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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.63 by jsr166, Tue Jun 14 03:22:38 2011 UTC vs.
Revision 1.64 by jsr166, Sun Jul 3 06:20:23 2011 UTC

# Line 112 | Line 112 | public class LinkedBlockingQueue<E> exte
112       * Head of linked list.
113       * Invariant: head.item == null
114       */
115 <    private transient Node<E> head;
115 >    transient Node<E> head;
116  
117      /**
118       * Tail of linked list.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines