Remove unused EMPTY_GROUPS in InvocableHandlerMethod

Signed-off-by: 海子 Yang <i.take.today@gmail.com>
This commit is contained in:
海子 Yang
2026-02-17 11:30:54 +01:00
committed by Juergen Hoeller
parent b9e190e313
commit db01f07037
@@ -64,8 +64,6 @@ public class InvocableHandlerMethod extends HandlerMethod {
private static final Object[] EMPTY_ARGS = new Object[0];
private static final Class<?>[] EMPTY_GROUPS = new Class<?>[0];
private static final boolean KOTLIN_REFLECT_PRESENT = KotlinDetector.isKotlinReflectPresent();