We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23006d4 commit 77d6f8bCopy full SHA for 77d6f8b
spring-core/src/test/java/org/springframework/core/ReactiveAdapterRegistryTests.java
@@ -367,8 +367,9 @@ private ReactiveAdapter getAdapter(Class<?> reactiveType) {
367
private static class ExtendedFlux<T> extends Flux<T> {
368
369
@Override
370
- public void subscribe(CoreSubscriber actual) {
+ public void subscribe(CoreSubscriber<? super T> actual) {
371
throw new UnsupportedOperationException();
372
}
373
374
+
375
0 commit comments