Skip to content

Commit 1db490a

Browse files
Vincent4486markt-asf
authored andcommitted
Fix Javadoc mismatch for JspWriterImpl constructor
1 parent bd7bc42 commit 1db490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/apache/jasper/runtime/JspWriterImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public JspWriterImpl() {
5252
* @param autoFlush <code>true</code> to automatically flush on buffer full, <code>false</code> to throw an overflow
5353
* exception in that case
5454
*
55-
* @exception IllegalArgumentException If sz is &lt;= 0
55+
* @exception IllegalArgumentException If sz is &lt; 0
5656
*/
5757
public JspWriterImpl(ServletResponse response, int sz, boolean autoFlush) {
5858
super(sz, autoFlush);

0 commit comments

Comments
 (0)