diff --git a/spring-shell2-core/src/main/java/org/springframework/shell2/standard/StandardParameterResolver.java b/spring-shell2-core/src/main/java/org/springframework/shell2/standard/StandardParameterResolver.java index b849e062..a9aea569 100644 --- a/spring-shell2-core/src/main/java/org/springframework/shell2/standard/StandardParameterResolver.java +++ b/spring-shell2-core/src/main/java/org/springframework/shell2/standard/StandardParameterResolver.java @@ -16,8 +16,7 @@ package org.springframework.shell2.standard; -import static org.springframework.shell2.Utils.unCamelify; - +import java.lang.reflect.Array; import java.lang.reflect.Method; import java.lang.reflect.Parameter; import java.util.ArrayList; @@ -48,6 +47,9 @@ import org.springframework.shell2.Utils; import org.springframework.stereotype.Component; import org.springframework.util.Assert; import org.springframework.util.ConcurrentReferenceHashMap; +import org.springframework.util.ObjectUtils; + +import static org.springframework.shell2.Utils.unCamelify; /** * Default ParameterResolver implementation that supports the following features: