SOLR-3255: Fixed Noggit UNKNOWN_EVENT_ID:EOF bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Høydahl 2012-03-30 21:39:11 +00:00
parent 454315c056
commit 86b59f2511
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ public class OpenExchangeRatesOrgProvider implements ExchangeRateProvider {
case JSONParser.OBJECT_END: case JSONParser.OBJECT_END:
case JSONParser.OBJECT_START: case JSONParser.OBJECT_START:
case JSONParser.EOF:
break; break;
default: default: