You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public DefaultWebFluxTagsProvider(boolean ignoreTrailingSlash) {
58
58
/**
59
59
* Creates a new {@link DefaultWebFluxTagsProvider} that will provide tags from the
60
60
* given {@code contributors} in addition to its own.
61
-
* @param ignoreTrailingSlash wither trailing slashes should be ignored when
61
+
* @param ignoreTrailingSlash whether trailing slashes should be ignored when
62
62
* determining the {@code uri} tag.
63
63
* @param contributors the contributors that will provide additional tags
0 commit comments