--- jsr166/src/main/java/util/Queue.java 2003/09/13 18:51:06 1.18 +++ jsr166/src/main/java/util/Queue.java 2003/10/19 13:38:29 1.21 @@ -79,11 +79,12 @@ package java.util; * @see java.util.concurrent.PriorityBlockingQueue * @since 1.5 * @author Doug Lea + * @param the type of elements held in this collection */ public interface Queue extends Collection { /** - * Inserts the specified element to this queue, if possible. When + * Inserts the specified element into this queue, if possible. When * using queues that may impose insertion restrictions (for * example capacity bounds), method offer is generally * preferable to method {@link Collection#add}, which can fail to