From b979e5a32f5317c7385c10653963f3daa37cabba Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 20 Feb 2014 11:34:28 +0000
Subject: [PATCH] OPENDJ-1308 Migrate schema support

---
 opendj3-server-dev/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java b/opendj3-server-dev/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java
index 3134234..f47ebf2 100644
--- a/opendj3-server-dev/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java
+++ b/opendj3-server-dev/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java
@@ -34,8 +34,6 @@
 import org.forgerock.opendj.ldap.ByteSequence;
 import org.forgerock.opendj.ldap.ByteString;
 import org.forgerock.opendj.ldap.DecodeException;
-import org.opends.server.api.AbstractMatchingRule;
-import org.opends.server.api.OrderingMatchingRule;
 import org.opends.server.util.StaticUtils;
 
 import static org.opends.server.schema.SchemaConstants.*;
@@ -48,8 +46,7 @@
  * octet string syntaxes.
  */
 public class OctetStringOrderingMatchingRule
-       extends AbstractMatchingRule
-       implements OrderingMatchingRule
+       extends AbstractOrderingMatchingRule
 {
   /**
    * The serial version identifier required to satisfy the compiler because this
@@ -95,21 +92,6 @@
 
 
   /**
-   * Retrieves the description for this matching rule.
-   *
-   * @return  The description for this matching rule, or <CODE>null</CODE> if
-   *          there is none.
-   */
-  @Override
-  public String getDescription()
-  {
-    // There is no standard description for this matching rule.
-    return null;
-  }
-
-
-
-  /**
    * Retrieves the OID of the syntax with which this matching rule is
    * associated.
    *

--
Gitblit v1.10.0