You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/22 16:36:41 UTC

[tomcat] branch 9.0.x updated: Fixes. Javadoc and class visibility

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

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


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

commit c2326575bae0285e600eb207671f4d187761be83
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 38feb96..5f9ce6c 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org