mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8285440: Typo in Collections.addAll method javadoc
Reviewed-by: jpai, rriggs
This commit is contained in:
parent
e7c3b9de64
commit
4919525ddb
1 changed files with 1 additions and 1 deletions
|
@ -5603,7 +5603,7 @@ public class Collections {
|
|||
* Adds all of the specified elements to the specified collection.
|
||||
* Elements to be added may be specified individually or as an array.
|
||||
* The behaviour of this convenience method is similar to that of
|
||||
* {@code cc.addAll(Collections.unmodifiableList(Arrays.asList(elements)))}.
|
||||
* {@code c.addAll(Collections.unmodifiableList(Arrays.asList(elements)))}.
|
||||
*
|
||||
* <p>When elements are specified individually, this method provides a
|
||||
* convenient way to add a few elements to an existing collection:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue