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 1db490a532 Fix Javadoc mismatch for JspWriterImpl constructor
1db490a532 is described below
commit 1db490a532f0698903e909cd2f61a28d6986fbc3
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]