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

Jean-Noel Rouvignac
20.20.2014 2d7aad2c25507ea427980b54848c26594c607ae2
opendj3-server-dev/src/server/org/opends/server/api/ExtensibleMatchingRule.java
@@ -31,7 +31,7 @@
import java.util.Collection;
import org.forgerock.opendj.ldap.ByteSequence;
import org.opends.server.types.DirectoryException;
import org.forgerock.opendj.ldap.DecodeException;
import org.opends.server.types.IndexConfig;
@@ -76,9 +76,9 @@
   *          construct the index query.
   * @return The index query appropriate for the provided attribute
   *         value assertion.
   * @throws DirectoryException
   * @throws DecodeException
   *           If an error occurs while generating the index query.
   */
  <T> T createIndexQuery(ByteSequence assertionValue,
      IndexQueryFactory<T> factory) throws DirectoryException;
      IndexQueryFactory<T> factory) throws DecodeException;
}