Skip to content

Commit ab37532

Browse files
[CI] Auto commit changes from spotless
1 parent 7ffbe2f commit ab37532

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/internalClusterTest/java/org/elasticsearch/reservedstate/service/FileSettingsServiceIT.java

-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
import org.elasticsearch.common.settings.Settings;
2626
import org.elasticsearch.core.Strings;
2727
import org.elasticsearch.core.Tuple;
28-
import org.elasticsearch.health.node.DataStreamLifecycleHealthInfo;
29-
import org.elasticsearch.health.node.DslErrorInfo;
3028
import org.elasticsearch.health.node.FetchHealthInfoCacheAction;
31-
import org.elasticsearch.health.node.HealthInfoCache;
3229
import org.elasticsearch.health.node.selection.HealthNode;
3330
import org.elasticsearch.reservedstate.action.ReservedClusterSettingsAction;
3431
import org.elasticsearch.test.ESIntegTestCase;
@@ -51,10 +48,8 @@
5148
import static org.hamcrest.Matchers.containsInAnyOrder;
5249
import static org.hamcrest.Matchers.containsString;
5350
import static org.hamcrest.Matchers.equalTo;
54-
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
5551
import static org.hamcrest.Matchers.hasSize;
5652
import static org.hamcrest.Matchers.is;
57-
import static org.hamcrest.Matchers.not;
5853
import static org.hamcrest.Matchers.notNullValue;
5954
import static org.hamcrest.Matchers.nullValue;
6055

0 commit comments

Comments
 (0)