mirror of https://github.com/apache/lucene.git
LUCENE-7350: Remove unused imports.
This commit is contained in:
parent
21eb654e40
commit
5e2f340cfa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue