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 d7c6128  JEXL: javadoc woes
d7c6128 is described below

commit d7c61285a028a83109dcbd0272fad5c7d27989ba
Author: henrib <hen...@apache.org>
AuthorDate: Sat Mar 20 19:52:34 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 15904e4..24e404c 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>
+            <table><caption>Operators</caption>
                 <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><caption>Property Accessors</caption>
                 <tr>
                     <th>Expression</th>
                     <th>Method Template</th>

Reply via email to