This public constant isn't used anywhere in [lang], and doesn't seem to
be used anywhere in Jakarta. It looks like a leftover from earlier
refactoring.
This patch cuts it out.
Alternatively, if someone likes it, could they explain it's intended
use, and I'll post a doc patch for it.
Index: StringUtils.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java,v
retrieving revision 1.15
diff -u -r1.15 StringUtils.java
--- StringUtils.java 27 Sep 2002 06:08:16 -0000 1.15
+++ StringUtils.java 27 Sep 2002 21:09:24 -0000
@@ -78,11 +78,6 @@
public class StringUtils {
/**
- * The size of the buffer to use when working with I/O (4 kB).
- */
- public static final int CHAR_BUFFER_SIZE = 4 * 1024;
-
- /**
* StringUtils instances should NOT be constructed in standard programming.
* Instead, the class should be used as <code>StringUtils.trim(" foo ");</code>.
* This constructor is public to permit tools that require a JavaBean instance
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>