Skip to content

Commit 3bd615e

Browse files
siyuniu-mstrask
andcommitted
Update instrumentation/servlet/servlet-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/servlet/v3_0/snippet/SnippetInjectingResponseWrapper.java
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent bd024bc commit 3bd615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/servlet/servlet-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/servlet/v3_0/snippet/SnippetInjectingResponseWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public SnippetInjectingResponseWrapper(HttpServletResponse response, String snip
5555

5656
@Override
5757
public boolean containsHeader(String name) {
58-
// override this function in order to make sure the response is wrapped
58+
// this function is overridden in order to make sure the response is wrapped
5959
// but not wrapped twice
6060
// we didn't use the traditional method req.setAttribute
6161
// because async would set the original request attribute but didn't pass down the wrapped

0 commit comments

Comments
 (0)