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

matthew_swift
11.45.2009 2bc8d15a28fafab97cefafede06d6b7e738ae0fe
sdk/src/org/opends/sdk/controls/MatchedValuesControl.java
@@ -86,7 +86,7 @@
    @Override
    public LocalizedIllegalArgumentException visitExtensibleMatchFilter(
        Filter p, String matchingRule, String attributeDescription,
        ByteSequence assertionValue, boolean dnAttributes)
        ByteString assertionValue, boolean dnAttributes)
    {
      if (dnAttributes)
      {
@@ -123,7 +123,7 @@
    @Override
    public LocalizedIllegalArgumentException visitUnrecognizedFilter(
        Filter p, byte filterTag, ByteSequence filterBytes)
        Filter p, byte filterTag, ByteString filterBytes)
    {
      LocalizableMessage message = ERR_MVFILTER_BAD_FILTER_UNRECOGNIZED.get(p
          .toString(), filterTag);
@@ -239,7 +239,7 @@
  /**
   * Creates a new matched values control using the default OID and the
   * provided criticality and set of filters.
   *
   *
   * @param isCritical
   *          Indicates whether this control should be considered
   *          critical to the operation processing.
@@ -287,7 +287,7 @@
  /**
   * Returns an {@code Iterable} containing the list of filters
   * associated with this matched values control.
   *
   *
   * @return An {@code Iterable} containing the list of filters.
   */
  public Iterable<Filter> getFilters()