< prev index next >

src/java.base/share/classes/java/util/concurrent/LinkedBlockingQueue.java

Print this page

        

@@ -69,11 +69,11 @@
  *
  * <p>This class and its iterator implement all of the <em>optional</em>
  * methods of the {@link Collection} and {@link Iterator} interfaces.
  *
  * <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>.
  *
  * @since 1.5
  * @author Doug Lea
  * @param <E> the type of elements held in this queue
< prev index next >