Changeset 16003 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-03-03T00:27:34+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r15982 r16003 772 772 /** 773 773 * Returns an unmodifiable map for the given map. 774 * Makes use of {@link Collections#emptyMap ()} and {@link Collections#singletonMap} and {@link Map#ofEntries(Map.Entry[])} to save memory.774 * Makes use of {@link Collections#emptyMap} and {@link Collections#singletonMap} and {@code Map#ofEntries} to save memory. 775 775 * 776 776 * @param map the map for which an unmodifiable map is to be returned
Note:
See TracChangeset
for help on using the changeset viewer.