From 66ca557a54cf98e888b1522d42f5b8290fe2f1b3 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` **Auto-cherry-pick to `6.3.x`** --- .../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);