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.27 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.28 by jsr166, Thu Apr 14 23:05:50 2011 UTC

# Line 1014 | Line 1014 | public class LinkedBlockingDeque<E>
1014          /**
1015           * The next node to return in next()
1016           */
1017 <         Node<E> next;
1017 >        Node<E> next;
1018  
1019          /**
1020           * nextItem holds on to item fields because once we claim that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines