Fix compile error

that's what you get for a "let me quickly try something out here"
This commit is contained in:
Isabel Drost-Fromm 2016-03-15 11:12:38 +01:00
parent 4b5783bdd9
commit be09778dc0
1 changed files with 0 additions and 2 deletions

View File

@ -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();
/*