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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 5e9be0fe1d Better formatting of generated Javadoc
5e9be0fe1d is described below

commit 5e9be0fe1d8ac8c17330ec6b80e1b6d4451fbe2c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 6 10:38:06 2025 +0000

    Better formatting of generated Javadoc
---
 java/org/apache/jasper/runtime/JspSourceDependent.java | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/java/org/apache/jasper/runtime/JspSourceDependent.java 
b/java/org/apache/jasper/runtime/JspSourceDependent.java
index 819e356b1f..f6d9fa093a 100644
--- a/java/org/apache/jasper/runtime/JspSourceDependent.java
+++ b/java/org/apache/jasper/runtime/JspSourceDependent.java
@@ -20,11 +20,13 @@ import java.util.Map;
 
 /**
  * Interface for tracking the source files dependencies, for the purpose
- * of compiling out of date pages.  This is used for
- * 1) files that are included by page directives
- * 2) files that are included by include-prelude and include-coda in jsp:config
- * 3) files that are tag files and referenced
- * 4) TLDs referenced
+ * of compiling out of date pages.  This is used for:
+ * <ul>
+ * <li>files that are included by page directives</li>
+ * <li>files that are included by include-prelude and include-coda in 
jsp:config</li>
+ * <li>files that are tag files and referenced</li>
+ * <li>TLDs referenced</li>
+ * </ul>
  */
 
 public interface JspSourceDependent {
@@ -35,5 +37,4 @@ public interface JspSourceDependent {
     * @return the map of dependent resources
     */
     Map<String,Long> getDependants();
-
-}
+}
\ No newline at end of file


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

Reply via email to