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.91 by jsr166, Sun Sep 20 16:14:27 2015 UTC vs.
Revision 1.92 by jsr166, Sun Sep 27 18:48:46 2015 UTC

# Line 770 | Line 770 | public class ScheduledThreadPoolExecutor
770      /**
771       * Attempts to stop all actively executing tasks, halts the
772       * processing of waiting tasks, and returns a list of the tasks
773 <     * that were awaiting execution.
773 >     * that were awaiting execution. These tasks are drained (removed)
774 >     * from the task queue upon return from this method.
775       *
776       * <p>This method does not wait for actively executing tasks to
777       * terminate.  Use {@link #awaitTermination awaitTermination} to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines