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

Jean-Noel Rouvignac
14.19.2014 04c1aca24a2cc5dc8d9a4f22ba05ac74de607f06
opendj3-server-dev/src/server/org/opends/server/backends/jeb/ApproximateIndexer.java
@@ -165,7 +165,7 @@
        try
        {
          byte[] keyBytes =
               approximateRule.normalizeValue(value.getValue()).toByteArray();
               approximateRule.normalizeAttributeValue(value.getValue()).toByteArray();
          keys.add(keyBytes);
        }
@@ -201,8 +201,8 @@
      {
        try
        {
          byte[] keyBytes =
              approximateRule.normalizeValue(value.getValue()).toByteArray();
          byte[] keyBytes = approximateRule
              .normalizeAttributeValue(value.getValue()).toByteArray();
          Boolean cInsert = modifiedKeys.get(keyBytes);
          if(cInsert == null)