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 3da8f69fed Fix Javadoc
3da8f69fed is described below

commit 3da8f69fed438de1da824857462546fa8fd1e5f0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Mar 28 18:27:41 2025 +0000

    Fix Javadoc
---
 java/org/apache/jasper/compiler/Node.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/jasper/compiler/Node.java 
b/java/org/apache/jasper/compiler/Node.java
index abfb7d27ef..988433494f 100644
--- a/java/org/apache/jasper/compiler/Node.java
+++ b/java/org/apache/jasper/compiler/Node.java
@@ -2044,7 +2044,7 @@ public abstract class Node implements TagConstants {
         /**
          * Only makes sense if namedAttribute is false.
          *
-         * @return the value for the attribute, or the expression string 
(stripped of "<%=", "%>", "%=", or "%" but
+         * @return the value for the attribute, or the expression string 
(stripped of "&lt;%=", "%>", "%=", or "%" but
          *             containing "${" and "}" for EL expressions)
          */
         public String getValue() {


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

Reply via email to