Skip to content

Commit c1adcd0

Browse files
committed
Javadoc
1 parent 576d49d commit c1adcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/beanutils2/bugs/Jira347Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private void forceGarbageCollection() throws Exception {
100100
}
101101

102102
/**
103-
* Retrieves the string representation of the mapped write method for the given descriptor. This conversion is needed as there must not be strong reference
103+
* Gets the string representation of the mapped write method for the given descriptor. This conversion is needed as there must not be strong reference
104104
* to the Method object outside of this method as otherwise the garbage collector will not clean up the soft reference within the MappedPropertyDescriptor.
105105
*
106106
* @return the string representation or null if mapped write method does not exist

0 commit comments

Comments
 (0)