From 0dad0bb4e877952cb0f631585f9bb733500f42ed Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Tue, 17 Feb 2009 16:11:27 +0000
Subject: [PATCH] issue# 3774: Sort control doesn't work for collation matching rules

---
 opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java b/opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java
index c14119b..b2311aa 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java
@@ -1415,6 +1415,7 @@
    *         if the first byte array is less than, equal to, or greater
    *         than the second.
    */
+  @Deprecated
   public static int compare(ByteSequence a, ByteSequence a2) {
     if (a == a2) {
       return 0;

--
Gitblit v1.10.0