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

Nicolas Capponi
29.24.2014 dd8c19ab2e4fc3347c7cf74b4351a48e3774166a
opendj3-server-dev/src/server/org/opends/server/backends/jeb/SubstringIndexer.java
@@ -34,7 +34,7 @@
import org.forgerock.opendj.ldap.schema.Schema;
import org.forgerock.opendj.ldap.spi.IndexingOptions;
import org.opends.server.api.ExtensibleIndexer;
import org.opends.server.api.SubstringMatchingRule;
import org.opends.server.api.MatchingRule;
import org.opends.server.types.AttributeType;
/**
@@ -43,7 +43,7 @@
public class SubstringIndexer extends ExtensibleIndexer
{
  private SubstringMatchingRule substringRule;
  private MatchingRule substringRule;
  /**
   * Create a new attribute substring indexer for the given index configuration.