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.28 by jsr166, Sun Nov 6 22:15:01 2016 UTC vs.
Revision 1.29 by jsr166, Thu Jun 15 22:46:46 2017 UTC

# Line 68 | Line 68 | package java.util.concurrent;
68   *   if (result != null)
69   *     use(result);
70   * }}</pre>
71 + *
72 + * @since 1.5
73   */
74   public class ExecutorCompletionService<V> implements CompletionService<V> {
75      private final Executor executor;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines