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

Nicolas Capponi
20.06.2014 5203374a1e5dc294088749071cf5350d2f82787d
opendj3-server-dev/src/server/org/opends/server/backends/jeb/AttributeIndex.java
@@ -975,7 +975,7 @@
    try
    {
      // Use the ordering matching rule to normalize the value.
      OrderingMatchingRule orderingRule =
      MatchingRule orderingRule =
           filter.getAttributeType().getOrderingMatchingRule();
      // FIXME JNR this looks wrong, it should use normalizeAssertionValue()
      byte[] normalizedValue = orderingRule.normalizeAttributeValue(
@@ -1243,7 +1243,7 @@
    try
    {
      // Use the ordering matching rule to normalize the values.
      OrderingMatchingRule orderingRule =
      MatchingRule orderingRule =
           getAttributeType().getOrderingMatchingRule();
      // Set the lower and upper bounds for a range search.