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.26 by dl, Sun Sep 13 11:41:23 2015 UTC vs.
Revision 1.27 by jsr166, Mon Sep 14 06:17:32 2015 UTC

# Line 261 | Line 261 | public final class Flow {
261          /**
262           * Causes the Subscriber to (eventually) stop receiving
263           * messages.  Implementation is best-effort -- additional
264 <         * messages may be received after invoking this method.  A
265 <         * cancelled subscription need not ever receive an {@code
266 <         * onComplete} or {@code onError} signal.
264 >         * messages may be received after invoking this method.
265 >         * A cancelled subscription need not ever receive an
266 >         * {@code onComplete} or {@code onError} signal.
267           */
268          public void cancel();
269      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines