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

Comparing jsr166/src/jdk8/java/util/concurrent/ExecutorCompletionService.java (file contents):
Revision 1.2 by jsr166, Thu May 5 16:17:51 2016 UTC vs.
Revision 1.3 by jsr166, Thu Jun 15 22:48:08 2017 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines