Skip to content

Commit

Permalink
Merge pull request #10026 from mtughan/allow-immutable-collections
Browse files Browse the repository at this point in the history
Allow all immutable List subclasses from Java 11
  • Loading branch information
krisstern authored Jan 4, 2025
2 parents d3e8908 + fc4a567 commit 908030e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ java.util.HashMap
java.util.HashSet
java.util.Hashtable
java.util.ImmutableCollections$List12
java.util.ImmutableCollections$ListN
java.util.LinkedHashMap
java.util.LinkedHashSet
java.util.LinkedList
Expand Down

0 comments on commit 908030e

Please sign in to comment.