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

Jean-Noel Rouvignac
14.19.2014 04c1aca24a2cc5dc8d9a4f22ba05ac74de607f06
opendj3-server-dev/src/server/org/opends/server/api/AbstractMatchingRule.java
@@ -60,7 +60,7 @@
      throws DirectoryException
  {
    // Default implementation is to use attribute value normalization.
    return normalizeValue(value);
    return normalizeAttributeValue(value);
  }
@@ -102,17 +102,6 @@
    return false;
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public abstract ByteString normalizeValue(ByteSequence value)
      throws DirectoryException;
  /**
   * {@inheritDoc}
   */