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

Nicolas Capponi
29.24.2014 dd8c19ab2e4fc3347c7cf74b4351a48e3774166a
opendj3-server-dev/src/server/org/opends/server/schema/SubtreeSpecificationSyntax.java
@@ -36,7 +36,6 @@
import org.opends.server.admin.std.server.AttributeSyntaxCfg;
import org.opends.server.api.MatchingRule;
import org.opends.server.api.AttributeSyntax;
import org.opends.server.api.SubstringMatchingRule;
import org.opends.server.core.DirectoryServer;
import org.opends.server.types.DN;
import org.opends.server.types.DirectoryException;
@@ -59,7 +58,7 @@
  private MatchingRule defaultOrderingMatchingRule;
  // The default substring matching rule for this syntax.
  private SubstringMatchingRule defaultSubstringMatchingRule;
  private MatchingRule defaultSubstringMatchingRule;
  /**
   * Creates a new instance of this syntax. Note that the only thing
@@ -173,7 +172,7 @@
   *         default.
   */
  @Override
  public SubstringMatchingRule getSubstringMatchingRule() {
  public MatchingRule getSubstringMatchingRule() {
    return defaultSubstringMatchingRule;
  }