8177789: fix collections framework links to point to java.util package doc

Reviewed-by: bchristi, martin
This commit is contained in:
Stuart Marks 2017-04-17 15:51:05 -07:00
parent 0e9a1ca06f
commit cd15d32a74
60 changed files with 63 additions and 63 deletions

View file

@ -69,7 +69,7 @@ import jdk.internal.misc.SharedSecrets;
* constant time if their argument is also an enum set.
*
* <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html">
* <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>.
*
* @author Josh Bloch