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

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.8 by tim, Wed Dec 10 01:51:11 2003 UTC vs.
Revision 1.9 by tim, Wed Dec 10 02:24:00 2003 UTC

# Line 124 | Line 124 | public interface ExecutorService extends
124       *
125       * @return list of tasks that never commenced execution
126       */
127 <    List shutdownNow();
127 >    List<Runnable> shutdownNow();
128  
129      /**
130       * Returns <tt>true</tt> if this executor has been shut down.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines