From 11fd23b645aa46ee7d4a63d5f89587aad6be1df7 Mon Sep 17 00:00:00 2001 From: Aurelien FOUCRET Date: Wed, 20 Mar 2024 09:35:04 +0100 Subject: [PATCH] lint --- .../elasticsearch/xpack/application/FullClusterRestartIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application/FullClusterRestartIT.java b/x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application/FullClusterRestartIT.java index cdbe4d082287b..e01b8de941851 100644 --- a/x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application/FullClusterRestartIT.java +++ b/x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application/FullClusterRestartIT.java @@ -172,7 +172,7 @@ private void assertILMPolicyExists(String policyName) throws IOException { assertOK(response); assertNotNull(ObjectPath.createFromResponse(response).evaluate(policyName)); - } catch (ResponseException e) { + } catch (ResponseException e) { int status = e.getResponse().getStatusLine().getStatusCode(); if (status == 404) { throw new AssertionError("Waiting for the policy to be created");