We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b97e8 commit dd00c5aCopy full SHA for dd00c5a
src/main/java/org/apache/commons/beanutils2/DefaultBeanIntrospector.java
@@ -48,7 +48,7 @@ public class DefaultBeanIntrospector implements BeanIntrospector {
48
public static final BeanIntrospector INSTANCE = new DefaultBeanIntrospector();
49
50
/** Constant for arguments types of a method that expects a list argument. */
51
- private static final Class<?>[] LIST_CLASS_PARAMETER = new Class[] { java.util.List.class };
+ private static final Class<?>[] LIST_CLASS_PARAMETER = new Class[] { List.class };
52
53
/** For logging. Each subclass gets its own log instance. */
54
private final Log log = LogFactory.getLog(getClass());
0 commit comments