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

sin
17.25.2008 b7b304994dd037ced0df2d5d04c1aa4d41c6bb72
opends/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingMatchingRule.java
@@ -26,7 +26,8 @@
 */
package org.opends.server.replication.plugin;
import org.opends.server.admin.std.server.OrderingMatchingRuleCfg;
import java.util.Collection;
import java.util.Collections;
import org.opends.server.api.OrderingMatchingRule;
import org.opends.server.protocols.asn1.ASN1OctetString;
import org.opends.server.types.ByteString;
@@ -74,15 +75,17 @@
    return token1[1].compareTo(token2[1]);
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public void initializeMatchingRule(OrderingMatchingRuleCfg configuration)
  public Collection<String> getAllNames()
  {
    // No implementation needed here.
    return Collections.singleton(getName());
  }
  /**
   * Get the name of this class.
   * @return name of the class in String form