Add missing @Nullable to WebFlux RequestMappingHandlerMapping

Closes gh-25657
This commit is contained in:
Sébastien Deleuze
2020-09-25 14:22:53 +02:00
committed by Juergen Hoeller
parent 4037160571
commit 592f3f8b98

View File

@@ -106,6 +106,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) {