diff options
Diffstat (limited to 'libjava/classpath/java/lang/System.java')
-rw-r--r-- | libjava/classpath/java/lang/System.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/lang/System.java b/libjava/classpath/java/lang/System.java index 68d76fc2164..9fd6bfe12cd 100644 --- a/libjava/classpath/java/lang/System.java +++ b/libjava/classpath/java/lang/System.java @@ -832,7 +832,7 @@ public final class System * Blocks the retention of all elements in the specified * collection from the collection. * - * @param c the collection of elements to retain. + * @param coll the collection of elements to retain. * @return true if the other elements were removed. * @throws NullPointerException if the collection is null. * @throws NullPointerException if any collection entry is null. |