Skip to content

Commit eeaadc2

Browse files
committed
Javadoc
1 parent db76393 commit eeaadc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private static Map<String, Object> toPropertyMap(final Object obj) {
130130

131131
/**
132132
* The cache of PropertyDescriptor arrays for beans we have already
133-
* introspected, keyed by the java.lang.Class of this object.
133+
* introspected, keyed by the {@link Class} of this object.
134134
*/
135135
private final WeakFastHashMap<Class<?>, BeanIntrospectionData> descriptorsCache;
136136

0 commit comments

Comments
 (0)