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 a39573c24f Fix Javadoc
a39573c24f is described below
commit a39573c24f5ecf93fab7b45f7a8cac897ef95b9a
Author: Mark Thomas <[email protected]>
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 fb79e6916b..b5b70b4926 100644
--- a/java/org/apache/jasper/compiler/Node.java
+++ b/java/org/apache/jasper/compiler/Node.java
@@ -2131,7 +2131,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 "<%=", "%>", "%=", or "%" but
* containing "${" and "}" for EL expressions)
*/
public String getValue() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]