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.93 by jsr166, Sun Sep 27 21:36:48 2015 UTC vs.
Revision 1.94 by jsr166, Wed Sep 30 01:46:55 2015 UTC

# Line 797 | Line 797 | public class ScheduledThreadPoolExecutor
797  
798      /**
799       * Returns the task queue used by this executor.
800 <     * Each element of this list is a {@link ScheduledFuture}.
800 >     * Each element of this queue is a {@link ScheduledFuture}.
801       * For tasks submitted via one of the {@code schedule} methods, the
802       * element will be identical to the returned {@code ScheduledFuture}.
803       * For tasks submitted using {@link #execute execute}, the element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines