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.94 by jsr166, Wed Sep 30 01:46:55 2015 UTC vs.
Revision 1.95 by jsr166, Wed Sep 30 20:46:47 2015 UTC

# Line 796 | Line 796 | public class ScheduledThreadPoolExecutor
796      }
797  
798      /**
799 <     * Returns the task queue used by this executor.
800 <     * Each element of this queue is a {@link ScheduledFuture}.
799 >     * Returns the task queue used by this executor.  Access to the
800 >     * task queue is intended primarily for debugging and monitoring.
801 >     * This queue may be in active use.  Retrieving the task queue
802 >     * does not prevent queued tasks from executing.
803 >     *
804 >     * <p>Each element of this queue is a {@link ScheduledFuture}.
805       * For tasks submitted via one of the {@code schedule} methods, the
806       * element will be identical to the returned {@code ScheduledFuture}.
807       * For tasks submitted using {@link #execute execute}, the element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines