This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 94385c83e Javadoc
94385c83e is described below
commit 94385c83ec9cf543604ad58275fcbd815ebbfc93
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 14 08:48:20 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
b/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
index 30e166cb2..783093f9a 100644
--- a/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
+++ b/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
@@ -402,7 +402,7 @@ public static Method getMatchingMethod(final Class<?> cls,
final String methodNa
}
/**
- * Gets a Method, or {@code null} if a documented {@link
Class#getMethod(String, Class...) } exception is thrown.
+ * Gets a Method, or {@code null} if a checked {@link
Class#getMethod(String, Class...) } exception is thrown.
*
* @param cls Receiver for {@link Class#getMethod(String,
Class...)}.
* @param name the name of the method.