Skip to content

Commit

Permalink
precommit fix: import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Apr 21, 2021
1 parent 7877c91 commit 0a11a8b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
import java.util.Arrays;
import java.util.EnumSet;

import javax.xml.xpath.XPathConstants;

import org.apache.solr.common.luke.FieldFlag;
import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.schema.CustomAnalyzerStrField; // jdoc
import org.apache.solr.schema.IndexSchema;
import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.util.TestHarness;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
Expand Down

0 comments on commit 0a11a8b

Please sign in to comment.