mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8310351: Typo in ImmutableCollections
Reviewed-by: jlaskey, jpai
This commit is contained in:
parent
d10f277bd3
commit
1799ffeaa9
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class ImmutableCollections {
|
|||
* Null argument or null elements in the argument will result in NPE.
|
||||
*
|
||||
* @param <E> the List's element type
|
||||
* @param input the input array
|
||||
* @param coll the input collection
|
||||
* @return the new list
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue