This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 5b0dd95d11 Fix Javadoc mismatch for JspWriterImpl constructor
5b0dd95d11 is described below
commit 5b0dd95d11d5f92b9b98284f3c8b057e81525b2f
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 b4a8dfe1d0..75b598c85c 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 <= 0
+ * @exception IllegalArgumentException If sz is < 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]