Skip to content

Commit 592f3f8

Browse files
sdeleuzejhoeller
authored andcommitted
Add missing @nullable to WebFlux RequestMappingHandlerMapping
Closes gh-25657
1 parent 4037160 commit 592f3f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/RequestMappingHandlerMapping.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ protected boolean isHandler(Class<?> beanType) {
106106
* @see #getCustomTypeCondition(Class)
107107
*/
108108
@Override
109+
@Nullable
109110
protected RequestMappingInfo getMappingForMethod(Method method, Class<?> handlerType) {
110111
RequestMappingInfo info = createRequestMappingInfo(method);
111112
if (info != null) {

0 commit comments

Comments
 (0)