We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a88bb0 commit 8752b76Copy full SHA for 8752b76
modules/analysis-common/src/test/java/org/opensearch/analysis/common/CompoundAnalysisTests.java
@@ -35,7 +35,6 @@
35
import org.apache.lucene.analysis.Analyzer;
36
import org.apache.lucene.analysis.TokenStream;
37
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
38
-import org.junit.Before;
39
import org.opensearch.Version;
40
import org.opensearch.cluster.metadata.IndexMetadata;
41
import org.opensearch.common.settings.Settings;
@@ -51,6 +50,7 @@
51
50
import org.opensearch.test.IndexSettingsModule;
52
import org.opensearch.test.OpenSearchTestCase;
53
import org.hamcrest.MatcherAssert;
+import org.junit.Before;
54
55
import java.io.IOException;
56
import java.io.InputStream;
0 commit comments