Skip to content

Commit 79b938c

Browse files
akarnokdviktorklang
authored andcommitted
Adjust wording on createFailedPublisher
1 parent c3a00a9 commit 79b938c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tck-flow/src/main/java/org/reactivestreams/tck/flow/IdentityFlowProcessorVerification.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public IdentityFlowProcessorVerification(TestEnvironment env, long publisherRefe
4040
* The expected behaviour of the {@link Flow.Publisher} returned by this method is hand out a subscription,
4141
* followed by signalling {@code onError} on it, as specified by Rule 1.9.
4242
*
43-
* If you ignore these additional tests, return {@code null} from this method.
43+
* If you want to ignore these additional tests, return {@code null} from this method.
4444
*/
4545
protected abstract Flow.Publisher<T> createFailedFlowPublisher();
4646

tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public boolean skipStochasticTests() {
141141
* The expected behaviour of the {@link Publisher} returned by this method is hand out a subscription,
142142
* followed by signalling {@code onError} on it, as specified by Rule 1.9.
143143
*
144-
* If you ignore these additional tests, return {@code null} from this method.
144+
* If you want to ignore these additional tests, return {@code null} from this method.
145145
*/
146146
public abstract Publisher<T> createFailedPublisher();
147147

0 commit comments

Comments
 (0)