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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.59 by dl, Mon May 30 23:08:50 2011 UTC vs.
Revision 1.60 by jsr166, Sat Jun 4 01:29:30 2011 UTC

# Line 137 | Line 137 | public class ScheduledThreadPoolExecutor
137       * Sequence number to break scheduling ties, and in turn to
138       * guarantee FIFO order among tied entries.
139       */
140 <    private static final AtomicLong sequencer = new AtomicLong(0);
140 >    private static final AtomicLong sequencer = new AtomicLong();
141  
142      /**
143       * Returns current nanosecond time.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines