This is an automated email from the ASF dual-hosted git repository.
henrib 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 dd5c0a5 JEXL: javadoc woes
dd5c0a5 is described below
commit dd5c0a543708ae2121ba2584411cfd4121f7688e
Author: henrib <[email protected]>
AuthorDate: Sat Mar 20 19:19:30 2021 +0100
JEXL: javadoc woes
---
src/main/java/org/apache/commons/jexl3/package.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/jexl3/package.html
b/src/main/java/org/apache/commons/jexl3/package.html
index fbcecf2..d089952 100644
--- a/src/main/java/org/apache/commons/jexl3/package.html
+++ b/src/main/java/org/apache/commons/jexl3/package.html
@@ -344,7 +344,7 @@
<h2><a id="customization">JEXL Customization</a></h2>
<p>
The {@link org.apache.commons.jexl3.JexlContext}, {@link
org.apache.commons.jexl3.JexlBuilder} and
- {@link org.apache.commons.jexl3.JexlEngine$Options} are
+ {@link org.apache.commons.jexl3.JexlEngine.Options} are
the most likely interfaces you'll want to implement for
customization. Since they expose variables and options,
they are the primary targets. Before you do so, have a look at
JexlEvalContext in the test directory
and {@link org.apache.commons.jexl3.ObjectContext} which may
already cover some of your needs.