Add missing @Nullable annotation
Issue: SPR-15540
This commit is contained in:
@@ -109,7 +109,7 @@ public class ReactiveAdapterRegistry {
|
||||
/**
|
||||
* Get the adapter for the given reactive type.
|
||||
*/
|
||||
public ReactiveAdapter getAdapter(Class<?> reactiveType) {
|
||||
public ReactiveAdapter getAdapter(@Nullable Class<?> reactiveType) {
|
||||
return getAdapter(reactiveType, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user