ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutorCompletionService.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ExecutorCompletionService.java (file contents):
Revision 1.16 by jsr166, Tue Feb 7 20:54:24 2006 UTC vs.
Revision 1.17 by dl, Sat Dec 2 20:53:11 2006 UTC

# Line 132 | Line 132 | public class ExecutorCompletionService<V
132       *
133       * @param executor the executor to use
134       * @param completionQueue the queue to use as the completion queue
135 <     * normally one dedicated for use by this service
135 >     * normally one dedicated for use by this service. This queue is
136 >     * treated as unbounded -- failed attempted <tt>Queue.add</tt>
137 >     * operations for completed taskes cause them not to be
138 >     * retrievable.
139       * @throws NullPointerException if executor or completionQueue are <tt>null</tt>
140       */
141      public ExecutorCompletionService(Executor executor,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines