Fix compile error
that's what you get for a "let me quickly try something out here"
This commit is contained in:
parent
4b5783bdd9
commit
be09778dc0
|
@ -86,8 +86,6 @@ public abstract class AbstractSortTestCase<T extends SortBuilder & SortBuilderPa
|
|||
builder.endObject();
|
||||
|
||||
XContentParser itemParser = XContentHelper.createParser(builder.bytes());
|
||||
ParsingException except = new ParsingException(itemParser.getTokenLocation(), "mytext", itemParser.getTokenLocation());
|
||||
System.out.println(except.getMessage());
|
||||
itemParser.nextToken();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue