Skip to content

Commit 77f7da0

Browse files
committed
Polishing
1 parent e999f4e commit 77f7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse
132132
* @param scope the newly opened observation scope
133133
* @param request the HTTP client request
134134
* @param response the filter's response
135-
* @since 6.2.
135+
* @since 6.2
136136
*/
137137
protected void onScopeOpened(Observation.Scope scope, HttpServletRequest request, HttpServletResponse response) {
138138
}

0 commit comments

Comments
 (0)