Apache Commons Lang
Go to file
Henri Yandell e0722ed784 Changed the deleteWhitespace method to delete according to Character.isWhitespce
Renamed the existing deleteWhitespace functionality to deleteSpaces.
This is in accordance with Character.isSpace.

Submitted by:	Steve Downey's idea


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137068 13f79535-47bb-0310-9956-ffa450edef68
2002-09-27 06:08:16 +00:00
src Changed the deleteWhitespace method to delete according to Character.isWhitespce 2002-09-27 06:08:16 +00:00
.cvsignore Ignore the generated target/ directory. 2002-09-25 05:55:31 +00:00
LICENSE.txt o adding .txt extension to keep windows and checkstyle happy. 2002-07-26 18:58:35 +00:00
PROPOSAL.html Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
RELEASE-NOTES.txt Correct the enum release notes 2002-09-25 10:29:56 +00:00
STATUS.html Added more TODOs for CharUtils and StringBuffer 2002-09-21 08:11:18 +00:00
build.xml Update testing for ant 2002-09-12 21:58:15 +00:00
checkstyle.properties Created a standard set of checkstyle properties. 2002-09-21 05:16:10 +00:00
default.properties Reverting last commit back to CVS rev 1.3. I would prefer to see the "dist" build target create bundled archives. 2002-09-25 06:00:30 +00:00
maven.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00
project.properties Created a standard set of checkstyle properties. 2002-09-21 05:16:10 +00:00
project.xml Added an exclude for Test classes beginning with 'Abstract' 2002-09-21 04:16:37 +00:00