This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new 38093680 Javadoc
38093680 is described below
commit 3809368062c155adb2474a0150873a8201a5e03c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 2 15:57:22 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/jxpath/JXPathIntrospector.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/jxpath/JXPathIntrospector.java
b/src/main/java/org/apache/commons/jxpath/JXPathIntrospector.java
index d25fea6b..f7f84e3e 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathIntrospector.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathIntrospector.java
@@ -148,7 +148,7 @@ public class JXPathIntrospector {
* @param sibling Class
* @param className to instantiate
* @return new Object
- * @throws Exception if instantiation fails
+ * @throws Exception Thrown if instantiation fails
*/
private static Object instantiate(final Class sibling, final String
className) throws Exception {
// First check with sibling's classloader (if any).