Removed bogus line that was a result of a copy/paste error. Ancient!

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1880 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2006-07-25 17:49:55 +00:00
parent 9b5972c1ec
commit 05054b0d09
@@ -1138,7 +1138,6 @@ public class StringUtil
// grab the last token
tokens[tcount] = source.substring(tstart);
tokens[tcount] = replace(tokens[tcount].trim(), "%COMMA%", ",");
return tokens;
}