Fix regression in unit test.

Patch from Raphael Speyer.


git-svn-id: svn://10.0.0.236/trunk@258379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com 2009-09-14 22:11:51 +00:00
parent 1ae3e29075
commit 7b7f9553b6

View File

@ -71,7 +71,6 @@ public class JsonParser {
if (json == null) {
throw new ParseException("Input string may not be null");
}
json = json.trim();
pos = 0;
length = json.length();
src = json;