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.27 by jsr166, Tue Feb 7 20:54:24 2006 UTC vs.
Revision 1.28 by jsr166, Sun Jun 25 17:42:22 2006 UTC

# Line 96 | Line 96 | public abstract class AbstractExecutorSe
96       * the main mechanics of invokeAny.
97       */
98      private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks,
99 <                            boolean timed, long nanos)
99 >                              boolean timed, long nanos)
100          throws InterruptedException, ExecutionException, TimeoutException {
101          if (tasks == null)
102              throw new NullPointerException();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines