From df2996750b1766b2539004270db079982e4d0eb2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 25 Nov 2005 08:41:24 +0000 Subject: [PATCH] put the correct default value into comments git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348912 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/filters/util/ChainReaderHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java b/src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java index 5ee805063..6cfa6be76 100644 --- a/src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java +++ b/src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java @@ -86,7 +86,7 @@ public final class ChainReaderHelper { } /** - * Sets the buffer size to be used. Defaults to 4096, + * Sets the buffer size to be used. Defaults to 8192, * if this method is not invoked. * @param size the buffer size to use */