--- jsr166/src/main/java/util/Queue.java 2005/07/18 19:18:58 1.33 +++ jsr166/src/main/java/util/Queue.java 2011/03/15 19:47:03 1.36 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ package java.util; @@ -97,7 +97,7 @@ package java.util; * * *

This interface is a member of the - * + * * Java Collections Framework. * * @see java.util.Collection @@ -126,7 +126,7 @@ public interface Queue extends Collec * @throws ClassCastException if the class of the specified element * prevents it from being added to this queue * @throws NullPointerException if the specified element is null and - * this queue not permit null elements + * this queue does not permit null elements * @throws IllegalArgumentException if some property of this element * prevents it from being added to this queue */