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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/controls/MatchedValuesControl.java
@@ -192,7 +192,7 @@
   *          this matched values control does match the provided attribute
   *          value, or <CODE>false</CODE> if none of the filters match.
   */
  public boolean valueMatches(AttributeType type, AttributeValue value)
  public boolean valueMatches(AttributeType type, ByteString value)
  {
    for (MatchedValuesFilter f : filters)
    {