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 347929df8169021b605fa48581cf0e79985d0dca
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 21 13:46:42 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java 
b/src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java
index 6c68d6d0..0ed19cd9 100644
--- a/src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java
+++ b/src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java
@@ -54,7 +54,7 @@ public class SimpleNode implements Node {
 
     /**
      * Creates a SimpleNode instance.
-     * @param p the parser instance
+     * @param p not used.
      * @param i the node type identifier
      */
     public SimpleNode(final Parser p, final int i) {

Reply via email to