mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
mark abstract class as abstract
This commit is contained in:
parent
debfb0e996
commit
95abbe2057
@ -27,7 +27,7 @@ import org.junit.Ignore;
|
||||
import static org.hamcrest.Matchers.nullValue;
|
||||
|
||||
@Ignore
|
||||
public class AbstractParserTests extends ElasticsearchTestCase {
|
||||
public abstract class AbstractParserTests extends ElasticsearchTestCase {
|
||||
|
||||
protected XContentParser parser;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user