Skip to content

Commit 2e3519e

Browse files
committed
./gradlew spotlessApply
1 parent e4c2b76 commit 2e3519e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/servlet/servlet-2.2/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/servlet/v2_2/Servlet2HttpServletResponseInstrumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*
2929
* <p>This instrumentation intercepts status setting methods from Servlet 2.0 specification and
3030
* stores that status into context store. Then {@link Servlet2Advice#stopSpan(ServletRequest,
31-
* ServletResponse, Throwable, Servlet2Advice.AdviceScope)} can get it from
32-
* context and set required span attribute.
31+
* ServletResponse, Throwable, Servlet2Advice.AdviceScope)} can get it from context and set required
32+
* span attribute.
3333
*/
3434
public class Servlet2HttpServletResponseInstrumentation implements TypeInstrumentation {
3535
@Override

0 commit comments

Comments
 (0)