This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 419cd04  Fixes. Javadoc and class visibility
419cd04 is described below

commit 419cd04e808d503bb46d507db175f4d25d08117a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 22 16:34:31 2021 +0000

    Fixes. Javadoc and class visibility
---
 java/org/apache/jasper/optimizations/ELInterpreterTagSetters.java | 4 ++--
 res/bnd/jasper.jar.tmp.bnd                                        | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/jasper/optimizations/ELInterpreterTagSetters.java 
b/java/org/apache/jasper/optimizations/ELInterpreterTagSetters.java
index b76d7db..8a345b2 100644
--- a/java/org/apache/jasper/optimizations/ELInterpreterTagSetters.java
+++ b/java/org/apache/jasper/optimizations/ELInterpreterTagSetters.java
@@ -38,7 +38,7 @@ import org.apache.juli.logging.LogFactory;
  * <li>expressions that are solely a literal boolean</li>
  * <li>expressions that are solely a constant string used (with coercion where
  *     necessary) with a setter that accepts:</li>
- *     <ul>
+ * <li><ul>
  *     <li>boolean / Boolean</li>
  *     <li>char / Character</li>
  *     <li>BigDecimal</li>
@@ -51,7 +51,7 @@ import org.apache.juli.logging.LogFactory;
  *     <li>BigInteger</li>
  *     <li>Enum</li>
  *     <li>String</li>
- *     </ul>
+ *     </ul></li>
  * </ul>
  * The specification compliance issue is that it essentially skips the first
  * three {@link ELResolver}s listed in section JSP.2.9 and effectively hard
diff --git a/res/bnd/jasper.jar.tmp.bnd b/res/bnd/jasper.jar.tmp.bnd
index de170d2..d235799 100644
--- a/res/bnd/jasper.jar.tmp.bnd
+++ b/res/bnd/jasper.jar.tmp.bnd
@@ -22,6 +22,7 @@ Export-Package: \
     org.apache.jasper.compiler,\
     org.apache.jasper.compiler.tagplugin,\
     org.apache.jasper.el,\
+    org.apache.jasper.optimizations,\
     org.apache.jasper.runtime,\
     org.apache.jasper.security,\
     org.apache.jasper.servlet,\


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to