src/java.base/share/classes/java/util/doc-files/coll-overview.html
changeset 49522 3930c4d4f805
parent 47216 71c04702a3d5
--- a/src/java.base/share/classes/java/util/doc-files/coll-overview.html	Wed Apr 04 14:09:31 2018 -0700
+++ b/src/java.base/share/classes/java/util/doc-files/coll-overview.html	Wed Apr 04 14:42:53 2018 -0700
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
  This code is free software; you can redistribute it and/or modify it
@@ -258,7 +258,7 @@
 restrictions on the elements they may contain. They are
 unsynchronized, but the <code>Collections</code> class contains static
 factories called <a href=
-"../Collections.html#synchronizedCollection-java.util.Collection-">
+"../Collections.html#synchronizedCollection(java.util.Collection)">
 <em>synchronization wrappers</em></a> that can be used to add
 synchronization to many unsynchronized collections. All of the new
 implementations have <i>fail-fast iterators</i>, which detect