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;