LUCENE-7350: Remove unused imports.

This commit is contained in:
Adrien Grand 2016-06-21 17:51:36 +02:00
parent 21eb654e40
commit 5e2f340cfa
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ package org.apache.solr.util;
import java.io.IOException;
import java.io.Reader;
import org.noggit.CharArr;
import org.noggit.JSONParser;
public class RecordingJSONParser extends JSONParser {