--- jsr166/src/main/java/util/Queue.java 2005/05/16 05:00:52 1.30 +++ jsr166/src/main/java/util/Queue.java 2005/07/18 01:04:11 1.32 @@ -23,7 +23,7 @@ package java.util; * * * Throws exception - * Special value + * Returns special value * * * Insert @@ -135,7 +135,7 @@ public interface Queue extends Collec /** * Inserts the specified element into this queue if it is possible to do * so immediately without violating capacity restrictions. - * When using a capacity-restricted deque, this method is generally + * When using a capacity-restricted queue, this method is generally * preferable to {@link #add}, which can fail to insert an element only * by throwing an exception. *