8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section

Reviewed-by: martin, psandoz, chegar
This commit is contained in:
Doug Lea 2016-01-29 11:48:00 -08:00
parent c2919752fd
commit 47e7f9dcdc

View File

@ -129,14 +129,6 @@ package java.util;
* <a href="{@docRoot}/../technotes/guides/collections/index.html">
* Java Collections Framework</a>.
*
* @see java.util.Collection
* @see LinkedList
* @see PriorityQueue
* @see java.util.concurrent.LinkedBlockingQueue
* @see java.util.concurrent.BlockingQueue
* @see java.util.concurrent.ArrayBlockingQueue
* @see java.util.concurrent.LinkedBlockingQueue
* @see java.util.concurrent.PriorityBlockingQueue
* @since 1.5
* @author Doug Lea
* @param <E> the type of elements held in this queue