From 76f0eece9e109135a8a31cbf8c46074303f225e2 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sun, 15 Nov 2015 18:20:41 +0000 Subject: [PATCH] Fix javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714484 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/collections4/collection/PredicatedCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java b/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java index ad1e1497a..7c181ff4f 100644 --- a/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java +++ b/src/main/java/org/apache/commons/collections4/collection/PredicatedCollection.java @@ -349,7 +349,7 @@ public class PredicatedCollection extends AbstractCollectionDecorator { * 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