< prev index next >

src/java.base/share/classes/java/util/AbstractSequentialList.java

Print this page

        

@@ -52,11 +52,11 @@
  * The programmer should generally provide a void (no argument) and collection
  * constructor, as per the recommendation in the {@code Collection} interface
  * specification.<p>
  *
  * This class is a member of the
- * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
+ * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework">
  * Java Collections Framework</a>.
  *
  * @author  Josh Bloch
  * @author  Neal Gafter
  * @see Collection
< prev index next >