From ab99de43492488ba4086a5420c1fa2d11f466eaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 13:52:11 +0100 Subject: [PATCH] Polish See gh-24418 --- .../metrics/web/reactive/server/DefaultWebFluxTagsProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider.java index 1e151cfd427..12f95984b53 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider.java @@ -58,7 +58,7 @@ public class DefaultWebFluxTagsProvider implements WebFluxTagsProvider { /** * Creates a new {@link DefaultWebFluxTagsProvider} that will provide tags from the * given {@code contributors} in addition to its own. - * @param ignoreTrailingSlash wither trailing slashes should be ignored when + * @param ignoreTrailingSlash whether trailing slashes should be ignored when * determining the {@code uri} tag. * @param contributors the contributors that will provide additional tags * @since 2.3.0