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

Comparing jsr166/src/jdk7/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.1 by dl, Sun Dec 16 20:55:16 2012 UTC vs.
Revision 1.2 by jsr166, Mon Jan 21 07:21:05 2013 UTC

# Line 286 | Line 286 | public class ScheduledThreadPoolExecutor
286       * is shut down, rejects the task. Otherwise adds task to queue
287       * and starts a thread, if necessary, to run it.  (We cannot
288       * prestart the thread to run the task because the task (probably)
289 <     * shouldn't be run yet,) If the pool is shut down while the task
289 >     * shouldn't be run yet.)  If the pool is shut down while the task
290       * is being added, cancel and remove it if required by state and
291       * run-after-shutdown parameters.
292       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines