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:37:37 UTC

[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 563fdaa1369afb3ca0cb27275c708a795eeb95ac
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 ++--
 1 file changed, 2 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


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