From 20325fc3cc038f4e5c05bc8f667b0263cdfed623 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 6 May 2024 09:34:13 -0400 Subject: [PATCH] Fix `IntegrationReactiveUtils` Javadoc (cherry picked from commit 3a49b845599828d1d6eec5adcde069f3f3f95606) --- .../integration/util/IntegrationReactiveUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/util/IntegrationReactiveUtils.java b/spring-integration-core/src/main/java/org/springframework/integration/util/IntegrationReactiveUtils.java index 0f34485246..68cf4d31c2 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/util/IntegrationReactiveUtils.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/util/IntegrationReactiveUtils.java @@ -84,8 +84,8 @@ public final class IntegrationReactiveUtils { * Capture a Reactor {@link ContextView} from the current thread local state * according to the {@link ContextSnapshotFactory} logic. * If no {@code io.micrometer:context-propagation} library is on classpath, - * the {@link Context:empty()} is returned. - * @return the Reactor {@link ContextView} from the current thread local state or {@link Context:empty()}. + * the {@link Context#empty()} is returned. + * @return the Reactor {@link ContextView} from the current thread local state or {@link Context#empty()}. * @since 6.2.5 */ public static ContextView captureReactorContext() {