Skip to content

Commit

Permalink
8310351: Typo in ImmutableCollections
Browse files Browse the repository at this point in the history
Reviewed-by: jlaskey, jpai
  • Loading branch information
Korov authored and jaikiran committed Feb 25, 2024
1 parent d10f277 commit 1799ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ abstract static class AbstractImmutableCollection<E> extends AbstractCollection<
* 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")
Expand Down

0 comments on commit 1799ffe

Please sign in to comment.