< prev index next >

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

Print this page

        

@@ -56,11 +56,11 @@
  * block waiting for reception by a consumer.  Note that in a queue
  * with zero capacity, such as {@link SynchronousQueue}, {@code put}
  * and {@code transfer} are effectively synonymous.
  *
  * <p>This interface 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.7
  * @author Doug Lea
  * @param <E> the type of elements held in this queue
< prev index next >