Add missing @Nullable to WebFlux RequestMappingHandlerMapping
Closes gh-25657
This commit is contained in:
parent
d022fcf32f
commit
b322cbd625
|
|
@ -146,6 +146,7 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
|
|||
* @see #getCustomTypeCondition(Class)
|
||||
*/
|
||||
@Override
|
||||
@Nullable
|
||||
protected RequestMappingInfo getMappingForMethod(Method method, Class<?> handlerType) {
|
||||
RequestMappingInfo info = createRequestMappingInfo(method);
|
||||
if (info != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue