|
@@ -1,4 +1,4 @@
|
|
|
-package org.elasticsearch.wildfly;/*
|
|
|
+/*
|
|
|
* Licensed to Elasticsearch under one or more contributor
|
|
|
* license agreements. See the NOTICE file distributed with
|
|
|
* this work for additional information regarding copyright
|
|
@@ -17,6 +17,8 @@ package org.elasticsearch.wildfly;/*
|
|
|
* under the License.
|
|
|
*/
|
|
|
|
|
|
+package org.elasticsearch.wildfly;
|
|
|
+
|
|
|
import org.apache.http.client.methods.CloseableHttpResponse;
|
|
|
import org.apache.http.client.methods.HttpGet;
|
|
|
import org.apache.http.client.methods.HttpPut;
|