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

commit 7f2995897860ff04ddd03d82ae3246edf7620df2
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 243db84613..4a4722a6ff 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