From c80e47d1e6dad38046845f207fa572669238bd5b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 3 Jun 2024 15:25:29 -0400 Subject: [PATCH] Remove extra empty line in the `IntegrationObservabilityZipkinTests` (cherry picked from commit 66ca557a54cf98e888b1522d42f5b8290fe2f1b3) --- .../observation/IntegrationObservabilityZipkinTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-integration-core/src/test/java/org/springframework/integration/support/management/observation/IntegrationObservabilityZipkinTests.java b/spring-integration-core/src/test/java/org/springframework/integration/support/management/observation/IntegrationObservabilityZipkinTests.java index 16d7e0d9ee..a54473ba2f 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/support/management/observation/IntegrationObservabilityZipkinTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/support/management/observation/IntegrationObservabilityZipkinTests.java @@ -195,7 +195,6 @@ public class IntegrationObservabilityZipkinTests extends SampleTestRunner { return bridgeHandler; } - AtomicReference errorMessageReference = new AtomicReference<>(); CountDownLatch errorMessageReceivedLatch = new CountDownLatch(1);