Skip to content

Commit 9a81d02

Browse files
committed
Fix checkstyle issue
1 parent 1382220 commit 9a81d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package org.springframework.web.reactive.result.method;
1818

19-
import static org.springframework.web.reactive.result.method.InvocableHandlerMethodKt.*;
20-
2119
import java.lang.reflect.InvocationTargetException;
2220
import java.lang.reflect.Method;
2321
import java.lang.reflect.ParameterizedType;
@@ -44,6 +42,8 @@
4442
import org.springframework.web.reactive.HandlerResult;
4543
import org.springframework.web.server.ServerWebExchange;
4644

45+
import static org.springframework.web.reactive.result.method.InvocableHandlerMethodKt.invokeHandlerMethod;
46+
4747
/**
4848
* Extension of {@link HandlerMethod} that invokes the underlying method with
4949
* argument values resolved from the current HTTP request through a list of

0 commit comments

Comments
 (0)