Skip to content

Commit bb103be

Browse files
committed
Javadoc
1 parent 41f5bd0 commit bb103be

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
@@ -110,7 +110,7 @@ private static Map<String, Object> toPropertyMap(final Object obj) {
110110
private Resolver resolver = new DefaultResolver();
111111

112112
/**
113-
* The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the java.lang.Class of this object.
113+
* The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the {@link Class} of this object.
114114
*/
115115
private final Map<Class<?>, BeanIntrospectionData> descriptorsCache;
116116

0 commit comments

Comments
 (0)