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.27 by dl, Sat Apr 10 14:25:24 2004 UTC vs.
Revision 1.28 by dl, Sun Jun 27 14:03:39 2004 UTC

# Line 230 | Line 230 | public interface ExecutorService extends
230       * @return A list of Futures representing the tasks, in the same
231       * sequential order as produced by the iterator for the given
232       * task list. If the operation did not time out, each task will
233 <     * have completed. If it did time out, some of thiese tasks will
233 >     * have completed. If it did time out, some of these tasks will
234       * not have completed.
235       * @throws InterruptedException if interrupted while waiting, in
236       * which case unfinished tasks are cancelled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines