opendj3-server-dev/src/server/org/opends/server/api/AbstractMatchingRule.java
@@ -28,6 +28,7 @@ import java.util.Collection; import java.util.Comparator; import java.util.List; import org.forgerock.opendj.ldap.Assertion; import org.forgerock.opendj.ldap.ByteSequence; @@ -148,6 +149,16 @@ /** {@inheritDoc} */ @Override public Assertion getSubstringAssertion(ByteSequence subInitial, List<? extends ByteSequence> subAnyElements, ByteSequence subFinal) throws DecodeException { return UNDEFINED_ASSERTION; } /** {@inheritDoc} */ @Override public boolean isObsolete() { return false;