diff --git a/spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java b/spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java index a297c16da9..eaf3929418 100644 --- a/spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java +++ b/spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java @@ -127,14 +127,14 @@ public class ServerHttpObservationFilter extends OncePerRequestFilter { } /** - * Notifies this filter that a new {@link Observation.Scope} is opened for the observation that was just created. + * Notify this filter that a new {@link Observation.Scope} is opened for the + * observation that was just created. * @param scope the newly opened observation scope * @param request the HTTP client request - * @param response the filter's response@ - * @since 6.2.0 - **/ + * @param response the filter's response + * @since 6.2. + */ protected void onScopeOpened(Observation.Scope scope, HttpServletRequest request, HttpServletResponse response) { - } private Observation createOrFetchObservation(HttpServletRequest request, HttpServletResponse response) {