Skip to content

Commit

Permalink
SOLR-9234: java 7 compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noblepaul committed Jun 21, 2016
1 parent cd981ce commit 8e5d40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void testSrcField() throws Exception {
" }\n" +
"}";
JsonRecordReader streamer = JsonRecordReader.getInst("/", Arrays.asList("id:/id"));
RecordingJSONParser parser = new RecordingJSONParser(new StringReader(json + json2));
final RecordingJSONParser parser = new RecordingJSONParser(new StringReader(json + json2));


streamer.streamRecords(parser, new JsonRecordReader.Handler() {
Expand Down

0 comments on commit 8e5d40b

Please sign in to comment.