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.3 by tim, Sun Dec 7 14:57:46 2003 UTC vs.
Revision 1.4 by tim, Wed Dec 10 02:24:00 2003 UTC

# Line 527 | Line 527 | public class ScheduledThreadPoolExecutor
527       * are for scheduling purposes used as the basis of a zero-delay
528       * <tt>ScheduledFuture</tt>.
529       */
530 <    public List shutdownNow() {
530 >    public List<Runnable> shutdownNow() {
531          return super.shutdownNow();
532      }
533              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines