Skip to content

Commit 77d6f8b

Browse files
committed
Polishing
1 parent 23006d4 commit 77d6f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-core/src/test/java/org/springframework/core/ReactiveAdapterRegistryTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,9 @@ private ReactiveAdapter getAdapter(Class<?> reactiveType) {
367367
private static class ExtendedFlux<T> extends Flux<T> {
368368

369369
@Override
370-
public void subscribe(CoreSubscriber actual) {
370+
public void subscribe(CoreSubscriber<? super T> actual) {
371371
throw new UnsupportedOperationException();
372372
}
373373
}
374+
374375
}

0 commit comments

Comments
 (0)