Fix checkstyle issue

This commit is contained in:
Sebastien Deleuze 2019-03-15 19:02:33 +01:00
parent 1382220021
commit 9a81d0276e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,6 @@
package org.springframework.web.reactive.result.method;
import static org.springframework.web.reactive.result.method.InvocableHandlerMethodKt.*;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
@ -44,6 +42,8 @@ import org.springframework.web.reactive.BindingContext;
import org.springframework.web.reactive.HandlerResult;
import org.springframework.web.server.ServerWebExchange;
import static org.springframework.web.reactive.result.method.InvocableHandlerMethodKt.invokeHandlerMethod;
/**
* Extension of {@link HandlerMethod} that invokes the underlying method with
* argument values resolved from the current HTTP request through a list of