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:
parent
1ae3e29075
commit
7b7f9553b6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user