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.20 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.21 by jsr166, Tue Oct 22 15:21:30 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines