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

Comparing jsr166/src/main/java/util/concurrent/AbstractExecutorService.java (file contents):
Revision 1.44 by jsr166, Tue Feb 5 20:09:33 2013 UTC vs.
Revision 1.45 by jsr166, Thu Jul 18 01:36:08 2013 UTC

# Line 47 | Line 47 | public abstract class AbstractExecutorSe
47       *
48       * @param runnable the runnable task being wrapped
49       * @param value the default value for the returned future
50 +     * @param <T> the type of the returned future's value
51       * @return a {@code RunnableFuture} which, when run, will run the
52       * underlying runnable and which, as a {@code Future}, will yield
53       * the given value as its result and provide for cancellation of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines