src/java.base/share/classes/java/util/ImmutableCollections.java
changeset 52887 0d89f672c62e
parent 52427 3c6aa484536c
child 53202 02e648ae46c3
--- a/src/java.base/share/classes/java/util/ImmutableCollections.java	Thu Dec 06 14:18:39 2018 -0800
+++ b/src/java.base/share/classes/java/util/ImmutableCollections.java	Thu Dec 06 14:34:11 2018 -0800
@@ -1091,9 +1091,9 @@
      * Creates and returns an immutable collection from this proxy class.
      * The instance returned is created as if by calling one of the
      * static factory methods for
-     * <a href="List.html#immutable">List</a>,
-     * <a href="Map.html#immutable">Map</a>, or
-     * <a href="Set.html#immutable">Set</a>.
+     * <a href="List.html#unmodifiable">List</a>,
+     * <a href="Map.html#unmodifiable">Map</a>, or
+     * <a href="Set.html#unmodifiable">Set</a>.
      * This proxy class is the serial form for all immutable collection instances,
      * regardless of implementation type. This is necessary to ensure that the
      * existence of any particular implementation type is kept out of the