--- jsr166/src/main/java/util/PriorityQueue.java 2014/08/29 21:42:37 1.100 +++ jsr166/src/main/java/util/PriorityQueue.java 2014/12/02 05:48:28 1.101 @@ -77,7 +77,7 @@ import java.util.stream.Stream; * * @since 1.5 * @author Josh Bloch, Doug Lea - * @param the type of elements held in this collection + * @param the type of elements held in this queue */ public class PriorityQueue extends AbstractQueue implements java.io.Serializable {