mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8177789: fix collections framework links to point to java.util package doc
Reviewed-by: bchristi, martin
This commit is contained in:
parent
0e9a1ca06f
commit
cd15d32a74
60 changed files with 63 additions and 63 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue