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 4a07f6b491 Fix Javadoc mismatch for JspWriterImpl constructor
4a07f6b491 is described below

commit 4a07f6b4913597eb543fc3235a34033d5cc825e2
Author: Vincent Yang <[email protected]>
AuthorDate: Sun Jan 4 18:46:58 2026 +0800

    Fix Javadoc mismatch for JspWriterImpl constructor
---
 java/org/apache/jasper/runtime/JspWriterImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/jasper/runtime/JspWriterImpl.java 
b/java/org/apache/jasper/runtime/JspWriterImpl.java
index a4eba2a153..a8db8a0968 100644
--- a/java/org/apache/jasper/runtime/JspWriterImpl.java
+++ b/java/org/apache/jasper/runtime/JspWriterImpl.java
@@ -52,7 +52,7 @@ public class JspWriterImpl extends JspWriter {
      * @param autoFlush <code>true</code> to automatically flush on buffer 
full, <code>false</code> to throw an overflow
      *                      exception in that case
      *
-     * @exception IllegalArgumentException If sz is &lt;= 0
+     * @exception IllegalArgumentException If sz is &lt; 0
      */
     public JspWriterImpl(ServletResponse response, int sz, boolean autoFlush) {
         super(sz, autoFlush);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to