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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/controls/MatchedValuesControl.java
@@ -58,9 +58,7 @@
  private static final class Decoder
      implements ControlDecoder<MatchedValuesControl>
  {
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public MatchedValuesControl decode(boolean isCritical, ByteString value)
        throws DirectoryException
    {
@@ -122,7 +120,7 @@
  // The set of matched values filters for this control.
  /** The set of matched values filters for this control. */
  private final ArrayList<MatchedValuesFilter> filters;