Skip to content
Snippets Groups Projects
Commit 033ff883 authored by Jason Tedor's avatar Jason Tedor
Browse files

Elasticsearch 5: Remove extraneous newline

This commit removes an extraneous newline from
ElasticsearchRestClient.java.
parent 082dc30f
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,6 @@ public class ElasticsearchRestClient extends DB {
}
}
private Response search(final String table, final String key) throws IOException {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment