mirror of https://github.com/apache/lucene.git
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:
parent
454315c056
commit
86b59f2511
|
@ -225,6 +225,7 @@ public class OpenExchangeRatesOrgProvider implements ExchangeRateProvider {
|
|||
|
||||
case JSONParser.OBJECT_END:
|
||||
case JSONParser.OBJECT_START:
|
||||
case JSONParser.EOF:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue