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

@ -62,7 +62,7 @@ import java.util.stream.StreamSupport;
* a MergeSort, but it does have to be <i>stable</i>.)
*
* <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
@ -8899,4 +8899,4 @@ public class Arrays {
return aLength != bLength ? length : -1;
}
}
}