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.89 by jsr166, Sun Sep 20 03:26:13 2015 UTC vs.
Revision 1.90 by jsr166, Sun Sep 20 06:06:30 2015 UTC

# Line 140 | Line 140 | public class ScheduledThreadPoolExecutor
140      /**
141       * True if ScheduledFutureTask.cancel should remove from queue.
142       */
143 <    private volatile boolean removeOnCancel;
143 >    volatile boolean removeOnCancel;
144  
145      /**
146       * Sequence number to break scheduling ties, and in turn to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines