opendj3-server-dev/src/server/org/opends/server/schema/BinarySyntax.java
@@ -55,7 +55,7 @@ private MatchingRule defaultOrderingMatchingRule; // The default substring matching rule for this syntax. private SubstringMatchingRule defaultSubstringMatchingRule; private MatchingRule defaultSubstringMatchingRule; /** @@ -182,7 +182,7 @@ * matches will not be allowed for this type by default. */ @Override public SubstringMatchingRule getSubstringMatchingRule() public MatchingRule getSubstringMatchingRule() { return defaultSubstringMatchingRule; }