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

Comparing jsr166/src/jdk7/java/util/concurrent/CompletionService.java (file contents):
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC vs.
Revision 1.3 by jsr166, Tue Feb 5 20:09:33 2013 UTC

# Line 70 | Line 70 | public interface CompletionService<V> {
70  
71      /**
72       * Retrieves and removes the Future representing the next
73 <     * completed task or {@code null} if none are present.
73 >     * completed task, or {@code null} if none are present.
74       *
75       * @return the Future representing the next completed task, or
76       *         {@code null} if none are present

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines