Skip to content

Commit e8e04e5

Browse files
shenghaiyangviktorklang
authored andcommitted
Update the comments for FlowAdapters (#455)
1 parent b60ce16 commit e8e04e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java9/org/reactivestreams/FlowAdapters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void onComplete() {
231231
}
232232

233233
/**
234-
* Wraps a Reactive Streams Subscriber and forwards methods of the Flow Subscriber to it.
234+
* Wraps a Flow Subscriber and forwards methods of the Reactive Streams Subscriber to it.
235235
* @param <T> the element type
236236
*/
237237
static final class ReactiveToFlowSubscriber<T> implements org.reactivestreams.Subscriber<T> {

0 commit comments

Comments
 (0)