This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 0fa45b2b86 Fix Javadoc 0fa45b2b86 is described below commit 0fa45b2b8634985b9e110463bfa6c451f8fdde45 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 4c166dcf73..a3be4363e9 100644 --- a/java/org/apache/jasper/compiler/Node.java +++ b/java/org/apache/jasper/compiler/Node.java @@ -2133,7 +2133,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