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/WebFluxTags.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ public static Tag method(ServerWebExchange exchange) {
60
60
}
61
61
62
62
/**
63
-
* Creates a {@code method} tag based on the response status of the given
63
+
* Creates a {@code status} tag based on the response status of the given
64
64
* {@code exchange}.
65
65
* @param exchange the exchange
66
-
* @return the "status" tag derived from the response status
66
+
* @return the status tag derived from the response status
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/WebMvcTags.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public static Tag method(HttpServletRequest request) {
64
64
}
65
65
66
66
/**
67
-
* Creates a {@code method} tag based on the status of the given {@code response}.
67
+
* Creates a {@code status} tag based on the status of the given {@code response}.
68
68
* @param response the HTTP response
69
69
* @return the status tag derived from the status of the response
0 commit comments