Skip to content

Commit 1e2e20c

Browse files
committed
optimize BeanUtilsBean log record
1 parent 0430e81 commit 1e2e20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ public void setProperty(final Object bean, String name, final Object value)
10301030
* {@code bean.toString}, property name and property value.</p>
10311031
*
10321032
* <p><strong>When the bean's toString method is override, hide the detail
1033-
* of value</strong></p>
1033+
* of value.</strong></p>
10341034
*
10351035
* @param bean Bean on which setting is to be performed
10361036
* @param name Property name (can be nested/indexed/mapped/combo)

0 commit comments

Comments
 (0)