henrib commented on code in PR #398:
URL: https://github.com/apache/commons-jexl/pull/398#discussion_r2807893477


##########
src/main/java/org/apache/commons/jexl3/JexlFeatures.java:
##########
@@ -157,6 +157,9 @@ public final class JexlFeatures {
     /** Ambiguous or strict statement allowed. */
     public static final int AMBIGUOUS_STATEMENT = 25;
 
+    /** Ignore template prefix. */
+    public static final int IGNORE_TEMPLATE_PREFIX = 26;
+

Review Comment:
   Will do.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to