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-jxpath.git


The following commit(s) were added to refs/heads/master by this push:
     new e466254  Javadoc
e466254 is described below

commit e466254407ed7096e9f38f0759a642406e1392d1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 17 10:35:44 2024 -0500

    Javadoc
---
 .../apache/commons/jxpath/JXPathContextFactoryConfigurationError.java | 4 ++--
 src/main/java/org/apache/commons/jxpath/JXPathException.java          | 4 ++--
 src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java | 2 +-
 src/main/java/org/apache/commons/jxpath/util/ValueUtils.java          | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.java
 
b/src/main/java/org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.java
index 106f1cf..f8fa0cb 100644
--- 
a/src/main/java/org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.java
+++ 
b/src/main/java/org/apache/commons/jxpath/JXPathContextFactoryConfigurationError.java
@@ -75,7 +75,7 @@ public class JXPathContextFactoryConfigurationError extends 
Error {
 
 
     /**
-     * Return the message (if any) for this error . If there is no
+     * Gets the message (if any) for this error . If there is no
      * message for the exception and there is an encapsulated
      * exception then the message of that exception will be returned.
      *
@@ -91,7 +91,7 @@ public class JXPathContextFactoryConfigurationError extends 
Error {
     }
 
     /**
-     * Return the actual exception (if any) that caused this exception to
+     * Gets the actual exception (if any) that caused this exception to
      * be raised.
      *
      * @return The encapsulated exception, or null if there is none.
diff --git a/src/main/java/org/apache/commons/jxpath/JXPathException.java 
b/src/main/java/org/apache/commons/jxpath/JXPathException.java
index e76622d..73e9acd 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathException.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathException.java
@@ -73,7 +73,7 @@ public class JXPathException extends RuntimeException {
 
 
     /**
-     * Return the message (if any) for this error . If there is no
+     * Gets the message (if any) for this error . If there is no
      * message for the exception and there is an encapsulated
      * exception then the message of that exception will be returned.
      *
@@ -95,7 +95,7 @@ public class JXPathException extends RuntimeException {
     }
 
     /**
-     * Return the actual exception (if any) that caused this exception to
+     * Gets the actual exception (if any) that caused this exception to
      * be raised.
      *
      * @return The encapsulated exception, or null if there is none.
diff --git 
a/src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java 
b/src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java
index 3200ba4..92cff48 100644
--- a/src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java
+++ b/src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java
@@ -156,7 +156,7 @@ public class CoreFunction extends Operation {
     }
 
     /**
-     * Return the number of argument Expressions.
+     * Gets the number of argument Expressions.
      * @return int count
      */
     public int getArgumentCount() {
diff --git a/src/main/java/org/apache/commons/jxpath/util/ValueUtils.java 
b/src/main/java/org/apache/commons/jxpath/util/ValueUtils.java
index e892f6a..2e02c31 100644
--- a/src/main/java/org/apache/commons/jxpath/util/ValueUtils.java
+++ b/src/main/java/org/apache/commons/jxpath/util/ValueUtils.java
@@ -540,7 +540,7 @@ public class ValueUtils {
     //
 
     /**
-     * Return an accessible method (that is, one that can be invoked via
+     * Gets an accessible method (that is, one that can be invoked via
      * reflection) that implements the specified Method.  If no such method
      * can be found, return {@code null}.
      *
@@ -589,7 +589,7 @@ public class ValueUtils {
     }
 
     /**
-     * Return an accessible method (that is, one that can be invoked via
+     * Gets an accessible method (that is, one that can be invoked via
      * reflection) that implements the specified method, by scanning through
      * all implemented interfaces and subinterfaces.  If no such Method
      * can be found, return {@code null}.

Reply via email to