Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Break.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Break.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Break.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Break (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Break (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Break (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Break (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.993">JexlException.Break</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1006">JexlException.Break</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown to break a loop.</div>
 <dl>
@@ -227,7 +227,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Break</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Break.html#line.999">Break</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Break.html#line.1013">Break</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
 <div class="block">Creates a new instance of Break.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Cancel.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Cancel.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Cancel.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Cancel (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Cancel (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Cancel (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Cancel (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.977">JexlException.Cancel</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.990">JexlException.Cancel</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown to cancel a script execution.</div>
 <dl>
@@ -227,7 +227,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Cancel</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Cancel.html#line.983">Cancel</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Cancel.html#line.996">Cancel</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
 <div class="block">Creates a new instance of Cancel.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Continue.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Continue.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Continue.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Continue (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Continue (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Continue (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Continue (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1009">JexlException.Continue</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1023">JexlException.Continue</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown to continue a loop.</div>
 <dl>
@@ -227,7 +227,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Continue</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Continue.html#line.1015">Continue</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Continue.html#line.1030">Continue</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node)</pre>
 <div class="block">Creates a new instance of Continue.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Feature.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Feature.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Feature.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Feature (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Feature (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Feature (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Feature (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -136,7 +136,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.470">JexlException.Feature</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.476">JexlException.Feature</a>
 extends <a 
href="../../../../org/apache/commons/jexl3/JexlException.Parsing.html" 
title="class in org.apache.commons.jexl3">JexlException.Parsing</a></pre>
 <div class="block">Thrown when parsing fails due to a disallowed feature.</div>
 <dl>
@@ -234,7 +234,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Feature</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Feature.html#line.479">Feature</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Feature.html#line.486">Feature</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                int&nbsp;feature,
                <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;expr)</pre>
 <div class="block">Creates a new Ambiguous statement exception instance.</div>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Method.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Method.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Method.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Method (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Method (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Method (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Method (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.712">JexlException.Method</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.721">JexlException.Method</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when a method or ctor is unknown, ambiguous or 
inaccessible.</div>
 <dl>
@@ -283,7 +283,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>Method</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.721">Method</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.731">Method</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                           <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">as of 3.2, use call with method 
arguments</span></div>
 <div class="block">Creates a new Method exception instance.</div>
@@ -301,7 +301,7 @@ public&nbsp;<a href="../../../../src-htm
 <li class="blockList">
 <h4>Method</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.734">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.744">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                           <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                           <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">as of 3.2, use call with method 
arguments</span></div>
@@ -320,7 +320,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockList">
 <li class="blockList">
 <h4>Method</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.746">Method</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.756">Method</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;args)</pre>
 <div class="block">Creates a new Method exception instance.</div>
@@ -340,7 +340,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockList">
 <li class="blockList">
 <h4>Method</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.758">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.768">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;args)</pre>
 <div class="block">Creates a new Method exception instance.</div>
@@ -360,7 +360,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Method</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.772">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.782">Method</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;args,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
@@ -390,7 +390,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethod</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.779">getMethod</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.789">getMethod</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the method name</dd>
@@ -403,7 +403,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMethodSignature</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.789">getMethodSignature</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Method.html#line.799">getMethodSignature</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the method signature</dd>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Operator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Operator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Operator.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Operator (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Operator (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Operator (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Operator (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.856">JexlException.Operator</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.866">JexlException.Operator</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when an operator fails.</div>
 <dl>
@@ -246,7 +246,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Operator</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Operator.html#line.864">Operator</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Operator.html#line.875">Operator</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;symbol,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Creates a new Operator exception instance.</div>
@@ -272,7 +272,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getSymbol</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Operator.html#line.871">getSymbol</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Operator.html#line.882">getSymbol</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the method name</dd>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Parsing.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Parsing.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Parsing.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Parsing (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Parsing (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Parsing (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Parsing (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -135,7 +135,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.312">JexlException.Parsing</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.314">JexlException.Parsing</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when parsing fails.</div>
 <dl>
@@ -238,7 +238,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>Parsing</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Parsing.html#line.319">Parsing</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Parsing.html#line.322">Parsing</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                org.apache.commons.jexl3.parser.ParseException&nbsp;cause)</pre>
 <div class="block">Creates a new Parsing exception instance.</div>
 <dl>
@@ -254,7 +254,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Parsing</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Parsing.html#line.329">Parsing</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Parsing.html#line.332">Parsing</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg)</pre>
 <div class="block">Creates a new Parsing exception instance.</div>
 <dl>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Property.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Property.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Property.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Property (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Property (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Property (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Property (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.608">JexlException.Property</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.616">JexlException.Property</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when a property is unknown.</div>
 <dl>
@@ -271,7 +271,7 @@ extends <a href="../../../../org/apache/
 <li class="blockList">
 <h4>Property</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.622">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.631">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                             <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pty)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
 <div class="block">Creates a new Property exception instance.</div>
@@ -289,7 +289,7 @@ public&nbsp;<a href="../../../../src-htm
 <li class="blockList">
 <h4>Property</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.634">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.643">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                             <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pty,
                             <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
@@ -308,7 +308,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Property</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.646">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.655">Property</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pty,
                 boolean&nbsp;undef,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
@@ -336,7 +336,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockList">
 <li class="blockList">
 <h4>isUndefined</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.656">isUndefined</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.665">isUndefined</a>()</pre>
 <div class="block">Whether the variable causing an error is undefined or 
evaluated as null.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -350,7 +350,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.663">getProperty</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Property.html#line.672">getProperty</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the property name</dd>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Return.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Return.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Return.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Return (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Return (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Return (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Return (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.947">JexlException.Return</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.959">JexlException.Return</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown to return a value.</div>
 <dl>
@@ -246,7 +246,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Return</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Return.html#line.959">Return</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Return.html#line.972">Return</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg,
               <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Creates a new instance of Return.</div>
@@ -272,7 +272,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getValue</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Return.html#line.967">getValue</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Return.html#line.980">getValue</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the returned value</dd>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.StackOverflow.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.StackOverflow.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.StackOverflow.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.StackOverflow (Apache Commons JEXL 3.2.1-SNAPSHOT 
API)</title>
+<title>JexlException.StackOverflow (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.StackOverflow (Apache Commons 
JEXL 3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.StackOverflow (Apache Commons 
JEXL 3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.425">JexlException.StackOverflow</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.429">JexlException.StackOverflow</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when reaching stack-overflow.</div>
 <dl>
@@ -229,7 +229,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>StackOverflow</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.StackOverflow.html#line.433">StackOverflow</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.StackOverflow.html#line.438">StackOverflow</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Creates a new stack overflow exception instance.</div>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Tokenization.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Tokenization.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Tokenization.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Tokenization (Apache Commons JEXL 3.2.1-SNAPSHOT 
API)</title>
+<title>JexlException.Tokenization (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Tokenization (Apache Commons 
JEXL 3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Tokenization (Apache Commons 
JEXL 3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.291">JexlException.Tokenization</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.292">JexlException.Tokenization</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when tokenization fails.</div>
 <dl>
@@ -228,7 +228,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Tokenization</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Tokenization.html#line.297">Tokenization</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Tokenization.html#line.299">Tokenization</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info,
                     
org.apache.commons.jexl3.parser.TokenMgrException&nbsp;cause)</pre>
 <div class="block">Creates a new Tokenization exception instance.</div>
 <dl>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.TryFailed.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.TryFailed.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.TryFailed.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.TryFailed (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.TryFailed (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.TryFailed (Apache Commons 
JEXL 3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.TryFailed (Apache Commons 
JEXL 3.2.1 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1026">JexlException.TryFailed</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1041">JexlException.TryFailed</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when method/ctor invocation fails.
  <p>These wrap InvocationTargetException as runtime exception

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Variable.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Variable.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.Variable.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.Variable (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException.Variable (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.Variable (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.Variable (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.524">JexlException.Variable</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.531">JexlException.Variable</a>
 extends <a href="../../../../org/apache/commons/jexl3/JexlException.html" 
title="class in org.apache.commons.jexl3">JexlException</a></pre>
 <div class="block">Thrown when a variable is unknown.</div>
 <dl>
@@ -259,7 +259,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>Variable</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.537">Variable</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.545">Variable</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;var,
                 <a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in 
org.apache.commons.jexl3">JexlException.VariableIssue</a>&nbsp;vi)</pre>
 <div class="block">Creates a new Variable exception instance.</div>
@@ -277,7 +277,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Variable</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.549">Variable</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.557">Variable</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                 <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;var,
                 boolean&nbsp;undef)</pre>
 <div class="block">Creates a new Variable exception instance.</div>
@@ -303,7 +303,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>isUndefined</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.558">isUndefined</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.566">isUndefined</a>()</pre>
 <div class="block">Whether the variable causing an error is undefined or 
evaluated as null.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -317,7 +317,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getVariable</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.565">getVariable</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.Variable.html#line.573">getVariable</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the variable name</dd>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.VariableIssue.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.VariableIssue.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.VariableIssue.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException.VariableIssue (Apache Commons JEXL 3.2.1-SNAPSHOT 
API)</title>
+<title>JexlException.VariableIssue (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException.VariableIssue (Apache Commons 
JEXL 3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException.VariableIssue (Apache Commons 
JEXL 3.2.1 API)";
         }
     }
     catch(err) {
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.496">JexlException.VariableIssue</a>
+<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.503">JexlException.VariableIssue</a>
 extends <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in 
org.apache.commons.jexl3">JexlException.VariableIssue</a>&gt;</pre>
 <div class="block">The various type of variable issues.</div>
 </li>
@@ -226,7 +226,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>UNDEFINED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.498">UNDEFINED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.505">UNDEFINED</a></pre>
 <div class="block">The variable is undefined.</div>
 </li>
 </ul>
@@ -236,7 +236,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>REDEFINED</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.500">REDEFINED</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.507">REDEFINED</a></pre>
 <div class="block">The variable is already declared.</div>
 </li>
 </ul>
@@ -246,7 +246,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NULLVALUE</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.502">NULLVALUE</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in org.apache.commons.jexl3">JexlException.VariableIssue</a> <a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.509">NULLVALUE</a></pre>
 <div class="block">The variable has a null value.</div>
 </li>
 </ul>
@@ -306,7 +306,7 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>message</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.509">message</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;var)</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.VariableIssue.html#line.516">message</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;var)</pre>
 <div class="block">Stringifies the variable issue.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlException.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlException (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlException (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlException (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlException (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {
@@ -458,7 +458,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>JexlException</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.60">JexlException</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.61">JexlException</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg)</pre>
 <div class="block">Creates a new JexlException.</div>
 <dl>
@@ -474,7 +474,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>JexlException</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.71">JexlException</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.72">JexlException</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Creates a new JexlException.</div>
@@ -492,7 +492,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JexlException</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.101">JexlException</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;jinfo,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.102">JexlException</a>(<a
 href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;jinfo,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg,
                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Creates a new JexlException.</div>
@@ -518,7 +518,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>getInfo</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/jexl3/JexlInfo.html" 
title="class in org.apache.commons.jexl3">JexlInfo</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.112">getInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/jexl3/JexlInfo.html" 
title="class in org.apache.commons.jexl3">JexlInfo</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.113">getInfo</a>()</pre>
 <div class="block">Gets the specific information for this exception.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -533,7 +533,7 @@ extends <a href="https://docs.oracle.com
 <li class="blockList">
 <h4>getInfo</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.143">getInfo</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public static&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.144">getInfo</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                            <a 
href="../../../../org/apache/commons/jexl3/JexlInfo.html" title="class in 
org.apache.commons.jexl3">JexlInfo</a>&nbsp;info)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
 <div class="block">Gets the most specific information attached to a node.</div>
@@ -552,7 +552,7 @@ public static&nbsp;<a href="../../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>clean</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.html" title="class in 
org.apache.commons.jexl3">JexlException</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.174">clean</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.html" title="class in 
org.apache.commons.jexl3">JexlException</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.175">clean</a>()</pre>
 <div class="block">Cleans a JexlException from any 
org.apache.commons.jexl3.internal stack trace element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -566,7 +566,7 @@ public static&nbsp;<a href="../../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getDetail</h4>
-<pre>public final&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.247">getDetail</a>()</pre>
+<pre>public final&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.248">getDetail</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>this exception specific detail</dd>
@@ -581,7 +581,7 @@ public static&nbsp;<a href="../../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>sliceSource</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.395">sliceSource</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;src,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.399">sliceSource</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;src,
                                  int&nbsp;froml,
                                  int&nbsp;fromc,
                                  int&nbsp;tol,
@@ -606,7 +606,7 @@ public static&nbsp;<a href="../../../../
 <li class="blockList">
 <h4>variableError</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.585">variableError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.593">variableError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                                <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;variable,
                                                boolean&nbsp;undef)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
@@ -627,7 +627,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>variableError</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.597">variableError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.605">variableError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                    <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;variable,
                                    <a 
href="../../../../org/apache/commons/jexl3/JexlException.VariableIssue.html" 
title="enum in 
org.apache.commons.jexl3">JexlException.VariableIssue</a>&nbsp;issue)</pre>
 <div class="block">Generates a message for a variable error.</div>
@@ -647,7 +647,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>propertyError</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.681">propertyError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.690">propertyError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                    <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pty,
                                    boolean&nbsp;undef)</pre>
 <div class="block">Generates a message for an unsolvable property error.</div>
@@ -668,7 +668,7 @@ public static&nbsp;<a href="https://docs
 <li class="blockList">
 <h4>propertyError</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.703">propertyError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.712">propertyError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                                <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;var)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
 <div class="block">Generates a message for an unsolvable property error.</div>
@@ -688,7 +688,7 @@ public static&nbsp;<a href="https://docs
 <li class="blockList">
 <h4>methodError</h4>
 <pre><a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.831">methodError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.841">methodError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                              <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;method)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">3.2</span></div>
 <div class="block">Generates a message for a unsolvable method error.</div>
@@ -707,7 +707,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>methodError</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.843">methodError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.853">methodError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                  <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;method,
                                  <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[]&nbsp;args)</pre>
 <div class="block">Generates a message for a unsolvable method error.</div>
@@ -727,7 +727,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>operatorError</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.888">operatorError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.899">operatorError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                    <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;symbol)</pre>
 <div class="block">Generates a message for an operator error.</div>
 <dl>
@@ -745,7 +745,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>annotationError</h4>
-<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.934">annotationError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
+<pre>public static&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.946">annotationError</a>(org.apache.commons.jexl3.parser.JexlNode&nbsp;node,
                                      <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;annotation)</pre>
 <div class="block">Generates a message for an annotation error.</div>
 <dl>
@@ -765,7 +765,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockList">
 <li class="blockList">
 <h4>tryFailed</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.html" title="class in 
org.apache.commons.jexl3">JexlException</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1042">tryFailed</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true";
 title="class or interface in 
java.lang.reflect">InvocationTargetException</a>&nbsp;xinvoke)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/jexl3/JexlException.html" title="class in 
org.apache.commons.jexl3">JexlException</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1058">tryFailed</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true";
 title="class or interface in 
java.lang.reflect">InvocationTargetException</a>&nbsp;xinvoke)</pre>
 <div class="block">Wrap an invocation exception.
  <p>Return the cause if it is already a JexlException.</div>
 <dl>
@@ -782,7 +782,7 @@ public static&nbsp;<a href="https://docs
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMessage</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1062">getMessage</a>()</pre>
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/jexl3/JexlException.html#line.1078">getMessage</a>()</pre>
 <div class="block">Detailed info message about this error.
  Format is "debug![begin,end]: string \n msg" where:
 

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlExpression.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlExpression.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlExpression.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlExpression (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlExpression (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlExpression (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlExpression (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlFeatures.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlFeatures.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlFeatures.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlFeatures (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlFeatures (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlFeatures (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlFeatures (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.Detail.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.Detail.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.Detail.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlInfo.Detail (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlInfo.Detail (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlInfo.Detail (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlInfo.Detail (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlInfo.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlInfo (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlInfo (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlInfo (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlInfo (Apache Commons JEXL 3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOperator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOperator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOperator.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlOperator (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlOperator (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlOperator (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlOperator (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOptions.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOptions.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlOptions.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlOptions (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlOptions (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlOptions (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlOptions (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlScript.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlScript.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JexlScript.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JexlScript (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JexlScript (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JexlScript (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JexlScript (Apache Commons JEXL 3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Exception.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Exception.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Exception.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JxltEngine.Exception (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JxltEngine.Exception (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JxltEngine.Exception (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JxltEngine.Exception (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Expression.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Expression.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Expression.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JxltEngine.Expression (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JxltEngine.Expression (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JxltEngine.Expression (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JxltEngine.Expression (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Template.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Template.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.Template.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JxltEngine.Template (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JxltEngine.Template (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JxltEngine.Template (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JxltEngine.Template (Apache Commons JEXL 
3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/JxltEngine.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>JxltEngine (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>JxltEngine (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JxltEngine (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="JxltEngine (Apache Commons JEXL 3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/MapContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/MapContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/MapContext.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MapContext (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>MapContext (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MapContext (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="MapContext (Apache Commons JEXL 3.2.1 API)";
         }
     }
     catch(err) {

Modified: 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/ObjectContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/ObjectContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jexl/apidocs/org/apache/commons/jexl3/ObjectContext.html
 Fri Jun 25 11:11:58 2021
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>ObjectContext (Apache Commons JEXL 3.2.1-SNAPSHOT API)</title>
+<title>ObjectContext (Apache Commons JEXL 3.2.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ObjectContext (Apache Commons JEXL 
3.2.1-SNAPSHOT API)";
+            parent.document.title="ObjectContext (Apache Commons JEXL 3.2.1 
API)";
         }
     }
     catch(err) {


Reply via email to