Skip to content

Commit fa275f9

Browse files
committed
Polish
1 parent 3b2a4da commit fa275f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-web/src/main/java/org/springframework/web/filter/ServerHttpObservationFilter.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse
127127
}
128128

129129
/**
130-
* Notifies this filter that a new {@link Observation.Scope} is opened for the observation that was just created.
130+
* Notify this filter that a new {@link Observation.Scope} is opened for the
131+
* observation that was just created.
131132
* @param scope the newly opened observation scope
132133
* @param request the HTTP client request
133-
* @param response the filter's response@
134-
* @since 6.2.0
135-
**/
134+
* @param response the filter's response
135+
* @since 6.2.
136+
*/
136137
protected void onScopeOpened(Observation.Scope scope, HttpServletRequest request, HttpServletResponse response) {
137-
138138
}
139139

140140
private Observation createOrFetchObservation(HttpServletRequest request, HttpServletResponse response) {

0 commit comments

Comments
 (0)