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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user