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 a042714 commit c945abfCopy full SHA for c945abf
src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java
@@ -295,7 +295,7 @@ private BeanIntrospectionData fetchIntrospectionData(final Class<?> beanClass) {
295
return new BeanIntrospectionData(ictx.getPropertyDescriptors());
296
}
297
298
- private Method getAccessibleMethod(final Object bean, Method writeMethod) {
+ private Method getAccessibleMethod(final Object bean, final Method writeMethod) {
299
return MethodUtils.getAccessibleMethod(bean.getClass(), writeMethod);
300
301
0 commit comments