Author: tn
Date: Sun Nov 15 18:20:41 2015
New Revision: 1714484

URL: http://svn.apache.org/viewvc?rev=1714484&view=rev
Log:
Fix javadoc.

Modified:
    
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java

Modified: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java?rev=1714484&r1=1714483&r2=1714484&view=diff
==============================================================================
--- 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java
 (original)
+++ 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java
 Sun Nov 15 18:20:41 2015
@@ -349,7 +349,7 @@ public class PredicatedCollection<E> ext
          * 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


Reply via email to