mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Remove obsolete EMPTY_GROUPS constant in InvocableHandlerMethod
See gh-36274
This commit is contained in:
-2
@@ -81,8 +81,6 @@ public class InvocableHandlerMethod extends HandlerMethod {
|
||||
|
||||
private static final Mono<Object[]> EMPTY_ARGS = Mono.just(new Object[0]);
|
||||
|
||||
private static final Class<?>[] EMPTY_GROUPS = new Class<?>[0];
|
||||
|
||||
private static final Object NO_ARG_VALUE = new Object();
|
||||
|
||||
private static final boolean KOTLIN_REFLECT_PRESENT = KotlinDetector.isKotlinReflectPresent();
|
||||
|
||||
Reference in New Issue
Block a user