--- jsr166/src/main/java/util/Queue.java 2003/09/15 12:02:23 1.19 +++ jsr166/src/main/java/util/Queue.java 2003/12/27 19:26:15 1.22 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 - * Expert Group and released to the public domain. Use, modify, and - * redistribute this code in any way without acknowledgement. + * Expert Group and released to the public domain, as explained at + * http://creativecommons.org/licenses/publicdomain */ package java.util; @@ -79,6 +79,7 @@ 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 {