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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/api/EqualityMatchingRule.java
@@ -89,7 +89,6 @@
  public ConditionResult valuesMatch(ByteString attributeValue,
                                     ByteString assertionValue)
  {
    if (areEqual(attributeValue, assertionValue))
    {
      return ConditionResult.TRUE;
@@ -121,7 +120,6 @@
   */
  public int generateHashCode(AttributeValue attributeValue)
  {
    try
    {
      return attributeValue.getNormalizedValue().hashCode();