From fa275f908e21745f250d59969998d7caf2512be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 23 May 2024 08:49:03 +0200 Subject: [PATCH] Polish --- .../web/filter/ServerHttpObservationFilter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) {