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

Comparing jsr166/src/main/java/util/concurrent/Flow.java (file contents):
Revision 1.12 by dl, Sun Jan 18 23:52:16 2015 UTC vs.
Revision 1.13 by jsr166, Mon Jan 19 00:49:29 2015 UTC

# Line 67 | Line 67 | import java.util.stream.Stream;
67   *   }
68   * }}</pre>
69   *
70 < * <p> A {@link Subscriber} arranges that items be requested and
70 > * <p>A {@link Subscriber} arranges that items be requested and
71   * processed.  Items (invocations of {@link Subscriber#onNext}) are
72   * not issued unless requested, but multiple items may be requested.
73   * Many Subscriber implementations can arrange this in the style of
# Line 114 | Line 114 | import java.util.stream.Stream;
114   *   public void onComplete() {}
115   *   void use(T item) { ... }
116   * }}</pre>
117 <
117 > *
118   * @author Doug Lea
119   * @since 1.9
120   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines