Skip to content

Commit 419bce6

Browse files
committed
Fix Javadoc warning
1 parent 963b918 commit 419bce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/jexl3/parser/JexlNode.java

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public void clearCache() {
131131
* even when arithmetic is in strict mode.
132132
* The default cases are equals and not equals.
133133
*
134+
* @param arithmetic the node to test
134135
* @return true if node accepts null arguments, false otherwise
135136
*/
136137
public boolean isStrictOperator(final JexlArithmetic arithmetic) {

0 commit comments

Comments
 (0)