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

Jean-Noel Rouvignac
24.22.2014 a290c34a5ac2f5654f6f26f398459bf2d904bfb4
opendj3-server-dev/src/server/org/opends/server/api/ExtensibleMatchingRule.java
@@ -31,7 +31,6 @@
import org.forgerock.opendj.ldap.ByteSequence;
import org.forgerock.opendj.ldap.DecodeException;
import org.forgerock.opendj.ldap.spi.IndexQueryFactory;
import org.forgerock.opendj.ldap.spi.IndexingOptions;
/**
 * This interface defines the set of methods that must be
@@ -49,12 +48,10 @@
   * Returns a collection of extensible indexers associated with this matching
   * rule.
   *
   * @param indexingOptions
   *          The indexing options to be used by this matching rule.
   * @return The collection of extensible indexers associated with this matching
   *         rule.
   */
  Collection<ExtensibleIndexer> getIndexers(IndexingOptions indexingOptions);
  Collection<ExtensibleIndexer> getIndexers();