< prev index next >

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

Print this page

        

@@ -40,11 +40,11 @@
  * Note that this class does not override any of the implementations from
  * the {@code AbstractCollection} class.  It merely adds implementations
  * for {@code equals} and {@code hashCode}.<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>.
  *
  * @param <E> the type of elements maintained by this set
  *
  * @author  Josh Bloch
< prev index next >