Changeset 16003 in josm


Ignore:
Timestamp:
2020-03-03T00:27:34+01:00 (4 years ago)
Author:
Don-vip
Message:

see #18802 - fix javadoc error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r15982 r16003  
    772772    /**
    773773     * 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.
    775775     *
    776776     * @param map the map for which an unmodifiable map is to be returned
Note: See TracChangeset for help on using the changeset viewer.