src/java.base/share/classes/java/util/doc-files/coll-designfaq.html
changeset 49522 3930c4d4f805
parent 47216 71c04702a3d5
child 54206 003cc64366da
--- a/src/java.base/share/classes/java/util/doc-files/coll-designfaq.html	Wed Apr 04 14:09:31 2018 -0700
+++ b/src/java.base/share/classes/java/util/doc-files/coll-designfaq.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
@@ -371,7 +371,7 @@
 would do away with many useful facilities (like synchronizing
 wrappers). One view that we see as being particularly useful is
 <a href=
-"../List.html#subList-int-int-">List.subList</a>.
+"../List.html#subList(int,int)">List.subList</a>.
 The existence of this method means that people who write methods
 taking List on input do not have to write secondary forms taking an
 offset and a length (as they do for arrays).</p>