Skip to content

Commit 4fc13ec

Browse files
committed
Javadoc: Remove implementation detail
1 parent 46bdc23 commit 4fc13ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,6 @@ private static Method getCachedMethod(final MethodKey key) {
353353
* </p>
354354
*
355355
* <p>
356-
* This method is used by {@link #invokeMethod(Object object, String methodName, Object[] args, Class[] parameterTypes)}.
357-
*
358-
* <p>
359356
* This method can match primitive parameter by passing in wrapper classes. For example, a {@code Boolean</code> will match a primitive <code>boolean}
360357
* parameter.
361358
*

0 commit comments

Comments
 (0)