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 fa4c12a JEXL: javadoc woes
fa4c12a is described below
commit fa4c12a0c93e7afaaea0951be4e2fc0889171b74
Author: henrib <[email protected]>
AuthorDate: Sat Mar 20 19:31:46 2021 +0100
JEXL: javadoc woes
---
src/main/java/org/apache/commons/jexl3/package.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/jexl3/package.html
b/src/main/java/org/apache/commons/jexl3/package.html
index 5844ecd..15904e4 100644
--- a/src/main/java/org/apache/commons/jexl3/package.html
+++ b/src/main/java/org/apache/commons/jexl3/package.html
@@ -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 summary="Operators">
+ <table>
<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 summary="Property accessors">
+ <table>
<tr>
<th>Expression</th>
<th>Method Template</th>