We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963b918 commit 419bce6Copy full SHA for 419bce6
src/main/java/org/apache/commons/jexl3/parser/JexlNode.java
@@ -131,6 +131,7 @@ public void clearCache() {
131
* even when arithmetic is in strict mode.
132
* The default cases are equals and not equals.
133
*
134
+ * @param arithmetic the node to test
135
* @return true if node accepts null arguments, false otherwise
136
*/
137
public boolean isStrictOperator(final JexlArithmetic arithmetic) {
0 commit comments