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 aa36c9c JEXL: javadoc woes
aa36c9c is described below
commit aa36c9cea07ae1e93710c19613d424dd8d168a77
Author: henrib <[email protected]>
AuthorDate: Sat Mar 20 19:26:03 2021 +0100
JEXL: javadoc woes
---
src/main/java/org/apache/commons/jexl3/package.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/apache/commons/jexl3/package.html
b/src/main/java/org/apache/commons/jexl3/package.html
index d089952..5844ecd 100644
--- a/src/main/java/org/apache/commons/jexl3/package.html
+++ b/src/main/java/org/apache/commons/jexl3/package.html
@@ -318,7 +318,7 @@
<p>
Those configuration options can be overridden during evaluation by
implementing a
{@link org.apache.commons.jexl3.JexlContext}
- that also implements {@link
org.apache.commons.jexl3.JexlEngine#Options} to carry evaluation options.
+ that also implements {@link
org.apache.commons.jexl3.JexlEngine.Options} to carry evaluation options.
An example of such a class exists in the test package.
</p>
<p>
@@ -334,7 +334,7 @@
JexlException which are unchecked exception.
</p>
<p>
- Implementing a {@link
org.apache.commons.jexl3.JexlContext$NamespaceResolver} through a JexlContext -
look at
+ Implementing a {@link
org.apache.commons.jexl3.JexlContext.NamespaceResolver} through a JexlContext -
look at
<a
href="https://gitbox.apache.org/repos/asf?p=commons-jexl.git;a=blob;f=src/test/java/org/apache/commons/jexl3/JexlEvalContext.java">JexlEvalContext</a>
as an example - allows to override the namespace resolution and
the default namespace map defined
through {@link org.apache.commons.jexl3.JexlBuilder#namespaces}.
@@ -371,7 +371,7 @@
Note however that you can <em>not</em> change the operator
precedence.
The list of operator / method matches is the following:
</p>
- <table>
+ <table summary="Operators">
<tr>
<th>Operator</th>
<th>Method Name</th>
@@ -476,7 +476,7 @@
where V is the property value class, O the object class and P the
property identifier class (usually String or Integer).
</p>
- <table>
+ <table summary="Property accessors">
<tr>
<th>Expression</th>
<th>Method Template</th>