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

sin
17.11.2009 0dad0bb4e877952cb0f631585f9bb733500f42ed
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;