8310351: Typo in ImmutableCollections

Reviewed-by: jlaskey, jpai
This commit is contained in:
Korov 2024-02-25 11:52:19 +00:00 committed by Jaikiran Pai
parent d10f277bd3
commit 1799ffeaa9

View File

@ -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")