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 419bce64b1e919c38c8d1ecf66535fffa987f5a3 Author: Gary Gregory <[email protected]> AuthorDate: Tue May 21 13:55:37 2024 -0400 Fix Javadoc warning --- src/main/java/org/apache/commons/jexl3/parser/JexlNode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/jexl3/parser/JexlNode.java b/src/main/java/org/apache/commons/jexl3/parser/JexlNode.java index a60ecdd4..138e46b3 100644 --- a/src/main/java/org/apache/commons/jexl3/parser/JexlNode.java +++ b/src/main/java/org/apache/commons/jexl3/parser/JexlNode.java @@ -131,6 +131,7 @@ public abstract class JexlNode extends SimpleNode { * even when arithmetic is in strict mode. * The default cases are equals and not equals. * + * @param arithmetic the node to test * @return true if node accepts null arguments, false otherwise */ public boolean isStrictOperator(final JexlArithmetic arithmetic) {
