mark abstract class as abstract

This commit is contained in:
Shay Banon 2013-12-30 14:40:01 +01:00
parent debfb0e996
commit 95abbe2057
1 changed files with 1 additions and 1 deletions

View File

@ -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;