This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cf74b81 Normalize spelling
7cf74b81 is described below

commit 7cf74b81d84a9061013addac0182c013f4b7c1a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:22:48 2026 -0400

    Normalize spelling
---
 src/site/xdoc/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 7de5af8b..b9fd8d90 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -59,7 +59,7 @@ try (InputStream in = 
getClass().getResourceAsStream("/jexl.yaml")) {
             <pre>
 JexlBuilder.setDefaultPermissions(JexlPermissions.RESTRICTED);
 JexlBuilder.setDefaultFeatures(JexlBuilder.FULL);
-JexlBuilder.setDefaultOptions("+safe", "+antish"); // optional: restore JEXL 
3.2 runtime behaviour
+JexlBuilder.setDefaultOptions("+safe", "+antish"); // optional: restore JEXL 
3.2 runtime behavior
             </pre>
             <p>
               Conversely, to keep the tighter control and discover which 
classes are now denied under your

Reply via email to