--- jsr166/src/main/java/util/AbstractQueue.java 2003/07/28 04:11:54 1.6 +++ jsr166/src/main/java/util/AbstractQueue.java 2003/07/28 16:00:19 1.7 @@ -46,7 +46,7 @@ public abstract class AbstractQueue e ; } - // why is this here? Won't Collection declare this itself??? - David + // XXX Remove this redundant declaration, pending response from Neal Gafter. public abstract Iterator iterator(); }