8214745: Bad link in coll-reference.html

Reviewed-by: martin, bpb, lancea
This commit is contained in:
Jonathan Gibbons 2018-12-03 16:44:57 -08:00
parent 99f78427f2
commit 5067ff8509

View File

@ -431,7 +431,7 @@ in an ordered list using the binary search algorithm.</li>
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=