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 6bd3d00 commit 2dc6228Copy full SHA for 2dc6228
src/main/java/org/apache/commons/beanutils/DefaultBeanIntrospector.java
@@ -53,7 +53,7 @@ public class DefaultBeanIntrospector implements BeanIntrospector {
53
private static final Class<?>[] EMPTY_CLASS_PARAMETERS = new Class[0];
54
55
/** Constant for arguments types of a method that expects a list argument. */
56
- private static final Class<?>[] LIST_CLASS_PARAMETER = new Class[] { java.util.List.class };
+ private static final Class<?>[] LIST_CLASS_PARAMETER = new Class[] { List.class };
57
58
/** Log instance */
59
private final Log log = LogFactory.getLog(getClass());
0 commit comments