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.109 by jsr166, Wed Mar 29 15:03:09 2017 UTC vs.
Revision 1.110 by jsr166, Thu Mar 30 20:11:50 2017 UTC

# Line 154 | Line 154 | public class ScheduledThreadPoolExecutor
154      private volatile boolean continueExistingPeriodicTasksAfterShutdown;
155  
156      /**
157 <     * False if should cancel non-periodic tasks on shutdown.
157 >     * False if should cancel non-periodic not-yet-expired tasks on shutdown.
158       */
159      private volatile boolean executeExistingDelayedTasksAfterShutdown = true;
160  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines