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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/backends/jeb/ApproximateIndexer.java
@@ -165,7 +165,7 @@
        try
        {
          byte[] keyBytes =
               approximateRule.normalizeValue(value.getValue()).value();
               approximateRule.normalizeValue(value.getValue()).toByteArray();
          keys.add(keyBytes);
        }
@@ -201,7 +201,7 @@
        try
        {
          byte[] keyBytes =
              approximateRule.normalizeValue(value.getValue()).value();
              approximateRule.normalizeValue(value.getValue()).toByteArray();
          Boolean cInsert = modifiedKeys.get(keyBytes);
          if(cInsert == null)