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

Nicolas Capponi
29.24.2014 dd8c19ab2e4fc3347c7cf74b4351a48e3774166a
opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactAssertionSyntax.java
@@ -33,7 +33,6 @@
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.opends.server.api.MatchingRule;
import org.opends.server.api.AttributeSyntax;
import org.opends.server.api.SubstringMatchingRule;
import org.forgerock.opendj.config.server.ConfigException;
import org.opends.server.core.DirectoryServer;
import org.forgerock.opendj.ldap.ByteSequence;
@@ -61,7 +60,7 @@
  private MatchingRule defaultOrderingMatchingRule;
  // The default substring matching rule for this syntax.
  private SubstringMatchingRule defaultSubstringMatchingRule;
  private MatchingRule defaultSubstringMatchingRule;
@@ -164,7 +163,7 @@
  /**
   * {@inheritDoc}
   */
  public SubstringMatchingRule getSubstringMatchingRule()
  public MatchingRule getSubstringMatchingRule()
  {
    return defaultSubstringMatchingRule;
  }