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

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.65 by jsr166, Thu Aug 8 20:12:10 2013 UTC vs.
Revision 1.66 by jsr166, Fri Apr 11 21:15:44 2014 UTC

# Line 60 | Line 60 | public class DelayQueue<E extends Delaye
60       * signalled.  So waiting threads must be prepared to acquire
61       * and lose leadership while waiting.
62       */
63 <    private Thread leader = null;
63 >    private Thread leader;
64  
65      /**
66       * Condition signalled when a newer element becomes available

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines