Skip to content

Commit c945abf

Browse files
committed
Use final
1 parent a042714 commit c945abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private BeanIntrospectionData fetchIntrospectionData(final Class<?> beanClass) {
295295
return new BeanIntrospectionData(ictx.getPropertyDescriptors());
296296
}
297297

298-
private Method getAccessibleMethod(final Object bean, Method writeMethod) {
298+
private Method getAccessibleMethod(final Object bean, final Method writeMethod) {
299299
return MethodUtils.getAccessibleMethod(bean.getClass(), writeMethod);
300300
}
301301

0 commit comments

Comments
 (0)