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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java
@@ -35,7 +35,6 @@
import org.opends.server.api.MatchingRule;
import org.opends.server.api.OrderingMatchingRule;
import org.opends.server.types.AttributeType;
import org.opends.server.types.AttributeValue;
import org.opends.server.types.DirectoryException;
import com.sleepycat.je.DatabaseException;
@@ -279,7 +278,7 @@
   *                              associated equality matching rule).
   */
  public int compare(SortValuesSet set, int index, long entryID,
      AttributeValue[] values, AttributeType[] types) throws DatabaseException,
      ByteString[] values, AttributeType[] types) throws DatabaseException,
      DirectoryException
  {
    for (int j=0; j < orderingRules.length; j++)
@@ -297,7 +296,7 @@
        try
        {
          final MatchingRule eqRule = types[j].getEqualityMatchingRule();
          b2Bytes = eqRule.normalizeAttributeValue(values[j].getValue());
          b2Bytes = eqRule.normalizeAttributeValue(values[j]);
        }
        catch (DecodeException e)
        {