Use the collection factory methods when applicable
and available. Replaces the use of
Collections.unmodifiableList/Set/Map with the of
factory method.
Comment From: sbrannen
This has been merged into main.
Thanks
Use the collection factory methods when applicable
and available. Replaces the use of
Collections.unmodifiableList/Set/Map with the of
factory method.
Comment From: sbrannen
This has been merged into main.
Thanks