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


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

commit d6b459a8916d76929f7e8c83d0011bab470bd984
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 06:50:32 2023 -0400

    Normalize getter Javadoc
---
 src/main/java/org/apache/commons/jexl3/internal/Script.java           | 2 +-
 src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/internal/Script.java 
b/src/main/java/org/apache/commons/jexl3/internal/Script.java
index d8e0f122..80cc728c 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/Script.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/Script.java
@@ -263,7 +263,7 @@ public class Script implements JexlScript, JexlExpression {
     }
 
     /**
-     * Get this script pragmas
+     * Gets this script pragmas
      * <p>Pragma keys are ant-ish variables, their values are scalar literals..
      * @return the pragmas
      */
diff --git 
a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java 
b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
index 2f07d65b..fc5dec66 100644
--- a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
+++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
@@ -636,7 +636,7 @@ public final class JexlSandbox {
     }
 
     /**
-     * Get the permissions associated to a class.
+     * Gets the permissions associated to a class.
      * @param clazz the class
      * @return the permissions
      */

Reply via email to