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

sin
26.24.2009 81478c69903dbcd299e2748a3a37857647f8fa70
opends/src/server/org/opends/server/schema/CaseIgnoreOrderingMatchingRule.java
@@ -29,7 +29,7 @@
import static org.opends.server.schema.SchemaConstants.*;
import static org.opends.server.util.StaticUtils.*;
import static org.opends.server.schema.StringPrepProfile.*;
import java.util.Collection;
import java.util.Collections;
@@ -155,7 +155,7 @@
         throws DirectoryException
  {
    StringBuilder buffer = new StringBuilder();
    toLowerCase(value, buffer, true);
    prepareUnicode(buffer, value, TRIM, CASE_FOLD);
    int bufferLength = buffer.length();
    if (bufferLength == 0)