Skip to content

Commit 3cd9b03

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent cdb1f59 commit 3cd9b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
package org.elasticsearch.test.rest;
1111

12+
import io.netty.handler.codec.http.HttpMethod;
13+
1214
import org.apache.http.Header;
1315
import org.apache.http.HttpEntity;
1416
import org.apache.http.HttpHost;
@@ -145,8 +147,6 @@
145147
import static org.hamcrest.Matchers.in;
146148
import static org.hamcrest.Matchers.notNullValue;
147149

148-
import io.netty.handler.codec.http.HttpMethod;
149-
150150
/**
151151
* Superclass for tests that interact with an external test cluster using Elasticsearch's {@link RestClient}.
152152
*/

0 commit comments

Comments
 (0)