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.56 by jsr166, Sun Nov 18 18:03:11 2012 UTC vs.
Revision 1.57 by jsr166, Wed Jan 2 06:29:00 2013 UTC

# Line 319 | Line 319 | public interface ExecutorService extends
319       * @param tasks the collection of tasks
320       * @param timeout the maximum time to wait
321       * @param unit the time unit of the timeout argument
322 <     * @return the result returned by one of the tasks.
322 >     * @return the result returned by one of the tasks
323       * @throws InterruptedException if interrupted while waiting
324       * @throws NullPointerException if tasks, or unit, or any element
325       *         task subject to execution is <tt>null</tt>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines