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

commit c67a5e11ba62dbc8b611d8610319aae91a1db777
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 21 13:36:06 2024 -0400

    Fix PMD AccessorMethodGeneration
---
 src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fc5dec66..e24e5ba5 100644
--- a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
+++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
@@ -289,7 +289,7 @@ public final class JexlSandbox {
     /**
      * The pass-thru name set.
      */
-    private static final Names ALLOW_NAMES = new Names() {
+    static final Names ALLOW_NAMES = new Names() {
         @Override
         public boolean add(final String name) {
             return false;

Reply via email to