Skip to content

Commit aeb0c51

Browse files
davidmotenktoso
authored andcommitted
adjust Subscription.cancel javadoc because cancel command does not have to be called asynchronously
1 parent bb6aae0 commit aeb0c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/reactivestreams/Subscription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public interface Subscription {
2727
/**
2828
* Request the {@link Publisher} to stop sending data and clean up resources.
2929
* <p>
30-
* Data may still be sent to meet previously signalled demand after calling cancel as this request is asynchronous.
30+
* Data may still be sent to meet previously signalled demand after calling cancel.
3131
*/
3232
public void cancel();
3333
}

0 commit comments

Comments
 (0)