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

Jean-Noel Rouvignac
01.39.2014 99780b28df06361df5858f7f590c29ddfb8bf4d6
opendj3-server-dev/src/server/org/opends/server/backends/jeb/EqualityIndexer.java
@@ -33,8 +33,8 @@
import org.forgerock.opendj.ldap.DecodeException;
import org.forgerock.opendj.ldap.schema.Schema;
import org.forgerock.opendj.ldap.spi.IndexingOptions;
import org.opends.server.api.MatchingRule;
import org.opends.server.api.ExtensibleIndexer;
import org.opends.server.api.MatchingRule;
import org.opends.server.types.AttributeType;
/**
@@ -47,7 +47,7 @@
   * The attribute type equality matching rule which is also the
   * comparator for the index keys generated by this class.
   */
  private MatchingRule equalityRule;
  private final MatchingRule equalityRule;
  /**
   * Create a new attribute equality indexer for the given index configuration.
@@ -63,8 +63,7 @@
  @Override
  public String getIndexID()
  {
    // TODO Auto-generated method stub
    throw new RuntimeException();
    throw new RuntimeException("Code is not implemented");
  }
  /** {@inheritDoc} */