This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 6cf02533e0 Fix Javadoc 6cf02533e0 is described below commit 6cf02533e0d62ed587cf3577601008bd22c60dd6 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 "<%=", "%>", "%=", 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