Skip to content

Commit 94385c8

Browse files
committed
Javadoc
1 parent e673b48 commit 94385c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public static Method getMatchingMethod(final Class<?> cls, final String methodNa
402402
}
403403

404404
/**
405-
* Gets a Method, or {@code null} if a documented {@link Class#getMethod(String, Class...) } exception is thrown.
405+
* Gets a Method, or {@code null} if a checked {@link Class#getMethod(String, Class...) } exception is thrown.
406406
*
407407
* @param cls Receiver for {@link Class#getMethod(String, Class...)}.
408408
* @param name the name of the method.

0 commit comments

Comments
 (0)