From 5cee82854691201bb1fc3f0f0deadd0c8e17c2a5 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 17 Oct 2022 23:06:30 +0200 Subject: [PATCH] Fix javadoc warnings in HTTP Observation support --- .../reactive/client/DefaultWebClientExchangeTagsProvider.java | 2 +- .../metrics/web/reactive/client/WebClientExchangeTags.java | 2 +- .../web/reactive/client/WebClientExchangeTagsProvider.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/DefaultWebClientExchangeTagsProvider.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/DefaultWebClientExchangeTagsProvider.java index c99b89aa2b7..00b62018a05 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/DefaultWebClientExchangeTagsProvider.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/DefaultWebClientExchangeTagsProvider.java @@ -30,7 +30,7 @@ import org.springframework.web.reactive.function.client.ClientResponse; * @author Nishant Raut * @since 2.1.0 * @deprecated since 3.0.0 for removal in 3.2.0 in favor of - * {@link org.springframework.web.reactive.function.client.DefaultClientObservationConvention} + * {@link org.springframework.web.reactive.function.client.ClientRequestObservationConvention} */ @Deprecated(since = "3.0.0", forRemoval = true) @SuppressWarnings({ "deprecation", "removal" }) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags.java index be9598baf90..c916188b684 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags.java @@ -35,7 +35,7 @@ import org.springframework.web.reactive.function.client.WebClient; * @author Nishant Raut * @since 2.1.0 * @deprecated since 3.0.0 for removal in 3.2.0 in favor of - * {@link org.springframework.web.reactive.function.client.DefaultClientObservationConvention} + * {@link org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention} */ @Deprecated(since = "3.0.0", forRemoval = true) public final class WebClientExchangeTags { diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTagsProvider.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTagsProvider.java index 1dc104cc0a6..7d522e48d2b 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTagsProvider.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTagsProvider.java @@ -28,7 +28,7 @@ import org.springframework.web.reactive.function.client.ClientResponse; * @author Brian Clozel * @since 2.1.0 * @deprecated since 3.0.0 for removal in 3.2.0 in favor of - * {@link org.springframework.web.reactive.function.client.ClientObservationConvention} + * {@link org.springframework.web.reactive.function.client.ClientRequestObservationConvention} */ @FunctionalInterface @Deprecated(since = "3.0.0", forRemoval = true)