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:
Thomas Neidhart 2015-11-15 18:20:41 +00:00
parent ebd02bb33a
commit 76f0eece9e
1 changed files with 1 additions and 1 deletions

View File

@ -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