Fix IntegrationReactiveUtils Javadoc

(cherry picked from commit 3a49b84559)
This commit is contained in:
Artem Bilan
2024-05-06 09:34:13 -04:00
committed by Spring Builds
parent 9e99c138cf
commit 20325fc3cc

View File

@@ -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() {