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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/backends/jeb/VLVIndex.java
@@ -112,8 +112,6 @@
   */
  private LocalDBVLVIndexCfg config;
  private ID2Entry id2entry;
  private DN baseDN;
  private SearchFilter filter;
@@ -150,7 +148,6 @@
    this.baseDN = config.getBaseDN();
    this.scope = SearchScope.valueOf(config.getScope().name());
    this.sortedSetCapacity = config.getMaxBlockSize();
    this.id2entry = entryContainer.getID2Entry();
    try
    {
@@ -1552,7 +1549,7 @@
        // handled by the SortKey.compareValues method.
        for (Attribute a : attrList)
        {
          for (AttributeValue v : a.getValues())
          for (AttributeValue v : a)
          {
            if (sortValue == null)
            {