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.7 by jsr166, Mon May 2 08:35:49 2005 UTC vs.
Revision 1.8 by jsr166, Mon May 2 21:48:34 2005 UTC

# Line 676 | Line 676 | public class LinkedBlockingDeque<E>
676          }
677  
678          /**
679 <         * Advances next, or if not yet initialized, set to first node.
679 >         * Advances next, or if not yet initialized, sets to first node.
680           */
681          private void advance() {
682              final ReentrantLock lock = LinkedBlockingDeque.this.lock;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines