mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
01.41.2015 ad41085e4ca8a32e29d443591069ec4e94e65067
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/TreePreloadComparator.java
@@ -28,13 +28,9 @@
import java.util.Comparator;
/**
 * This comparator is used to sort trees in order of priority
 * for preloading into the cache.
 */
/** This comparator is used to sort trees in order of priority for preloading into the cache. */
class TreePreloadComparator implements Comparator<Tree>
{
  /**
   * Calculate the relative priority of a tree for preloading.
   *
@@ -68,7 +64,7 @@
   * @return a negative integer, zero, or a positive integer as the
   *         first argument is less than, equal to, or greater than the
   *         second.
   **/
   */
  @Override
  public int compare(Tree tree1, Tree tree2)
  {