Index: /trunk/src/org/openstreetmap/josm/tools/Utils.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 16002)
+++ /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 16003)
@@ -772,5 +772,5 @@
     /**
      * Returns an unmodifiable map for the given map.
-     * Makes use of {@link Collections#emptyMap()} and {@link Collections#singletonMap} and {@link Map#ofEntries(Map.Entry[])} to save memory.
+     * Makes use of {@link Collections#emptyMap} and {@link Collections#singletonMap} and {@code Map#ofEntries} to save memory.
      *
      * @param map the map for which an unmodifiable map is to be returned
