Fix javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebd02bb33a
commit
76f0eece9e
|
@ -349,7 +349,7 @@ public class PredicatedCollection<E> extends AbstractCollectionDecorator<E> {
|
|||
* The builder is not modified by this method, so it is possible to create more collections
|
||||
* or add more elements afterwards. Further changes will not propagate to the returned multiset.
|
||||
*
|
||||
* @param bag the multiset to decorate, must not be null
|
||||
* @param multiset the multiset to decorate, must not be null
|
||||
* @return the decorated multiset.
|
||||
* @throws NullPointerException if multiset is null
|
||||
* @throws IllegalArgumentException if multiset contains invalid elements
|
||||
|
|
Loading…
Reference in New Issue