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

Nicolas Capponi
24.45.2014 3dc3f07607a5c720a1452cc75701554a9f3ad715
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;