RFR: XXXS: JDK-8214745: Bad link in coll-reference.html

Martin Buchholz martinrb at google.com
Tue Dec 4 00:30:41 UTC 2018


LGTM

On Mon, Dec 3, 2018 at 4:27 PM Jonathan Gibbons <jonathan.gibbons at oracle.com>
wrote:

> Please review a tiny patch, given below, to fix a broken link in
> coll-reference.html. The problem is bad/misplaced punctuation characters
> within the link. This is believed to be the last broken link in the
> java.base module, and one of the last in the overall documentation.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8214745
>
> -- Jon
>
>
> $ hg diff -R open open/src
> diff -r bbf85239e37c
> src/java.base/share/classes/java/util/doc-files/coll-reference.html
> ---
> a/src/java.base/share/classes/java/util/doc-files/coll-reference.html
> Mon Dec 03 16:14:15 2018 -0800
> +++
> b/src/java.base/share/classes/java/util/doc-files/coll-reference.html
> Mon Dec 03 16:17:11 2018 -0800
> @@ -431,7 +431,7 @@
>   fill(List, Object)</a></strong> - Overwrites every element in a
>   list with the specified value.</li>
>   <li><strong><a href=
> -"../Collections.html#copy-java.util.List(java.util.List)">
> +"../Collections.html#copy(java.util.List,java.util.List)">
>   copy(List dest, List src)</a></strong> - Copies the source list
>   into the destination list.</li>
>   <li><strong><a href=
>
>
>


More information about the core-libs-dev mailing list