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.35 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.36 by jsr166, Mon Dec 19 02:53:25 2011 UTC

# Line 108 | Line 108 | public abstract class AbstractExecutorSe
108       * the main mechanics of invokeAny.
109       */
110      private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks,
111 <                            boolean timed, long nanos)
111 >                              boolean timed, long nanos)
112          throws InterruptedException, ExecutionException, TimeoutException {
113          if (tasks == null)
114              throw new NullPointerException();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines