ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.29 by dl, Sun Oct 19 13:38:34 2003 UTC vs.
Revision 1.30 by dl, Wed Nov 12 01:04:24 2003 UTC

# Line 388 | Line 388 | public class PriorityBlockingQueue<E> ex
388              /*
389               * No sync -- we rely on underlying hasNext to be
390               * stateless, in which case we can return true by mistake
391 <             * only when next() willl subsequently throw
391 >             * only when next() will subsequently throw
392               * ConcurrentModificationException.
393               */
394              return iter.hasNext();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines