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.71 by jsr166, Tue Jun 4 22:56:47 2013 UTC vs.
Revision 1.72 by jsr166, Thu Jul 18 17:13:42 2013 UTC

# Line 363 | Line 363 | public class ScheduledThreadPoolExecutor
363       *
364       * @param runnable the submitted Runnable
365       * @param task the task created to execute the runnable
366 +     * @param <V> the type of the task's result
367       * @return a task that can execute the runnable
368       * @since 1.6
369       */
# Line 379 | Line 380 | public class ScheduledThreadPoolExecutor
380       *
381       * @param callable the submitted Callable
382       * @param task the task created to execute the callable
383 +     * @param <V> the type of the task's result
384       * @return a task that can execute the callable
385       * @since 1.6
386       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines