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/VerifyJob.java
@@ -1766,7 +1766,7 @@
                 attr.getAttributeType().getOrderingMatchingRule();
            normalizedBytes =
                 orderingRule.normalizeValue(value.getValue()).toByteArray();
                 orderingRule.normalizeAttributeValue(value.getValue()).toByteArray();
            DatabaseEntry key = new DatabaseEntry(normalizedBytes);
            try
@@ -1809,7 +1809,7 @@
                attr.getAttributeType().getApproximateMatchingRule();
            normalizedBytes =
                approximateRule.normalizeValue(value.getValue()).toByteArray();
                approximateRule.normalizeAttributeValue(value.getValue()).toByteArray();
            DatabaseEntry key = new DatabaseEntry(normalizedBytes);
            try