--- jsr166/src/main/java/util/AbstractQueue.java 2013/01/16 01:59:47 1.38 +++ jsr166/src/main/java/util/AbstractQueue.java 2014/12/02 05:48:28 1.39 @@ -30,7 +30,7 @@ package java.util; * * @since 1.5 * @author Doug Lea - * @param the type of elements held in this collection + * @param the type of elements held in this queue */ public abstract class AbstractQueue extends AbstractCollection