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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.1 by dl, Tue Dec 28 12:14:13 2004 UTC vs.
Revision 1.2 by dl, Tue Mar 8 12:27:11 2005 UTC

# Line 708 | Line 708 | public class LinkedBlockingDeque<E>
708                  throw new IllegalStateException();
709              last = null;
710              // Note: removeNode rescans looking for this node to make
711 <            // sure it was not already removed. Otherwwise, trying to
711 >            // sure it was not already removed. Otherwise, trying to
712              // re-remove could corrupt list.
713              removeNode(n);
714          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines