Skip to content

Commit a34d722

Browse files
committed
./gradlew spotlessApply
1 parent fc4f6b8 commit a34d722

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/servlet/servlet-3.0/library/src/main/java/io/opentelemetry/instrumentation/servlet/v3_0/copied

1 file changed

+2
-2
lines changed

instrumentation/servlet/servlet-3.0/library/src/main/java/io/opentelemetry/instrumentation/servlet/v3_0/copied/BaseServletHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ private void captureRequestParameters(Span serverSpan, REQUEST request) {
131131
}
132132

133133
/**
134-
* Capture {@link ServletAdditionalAttributesExtractor#ENDUSER_ID} as span attributes when SERVER span is
135-
* not create by servlet instrumentation.
134+
* Capture {@link ServletAdditionalAttributesExtractor#ENDUSER_ID} as span attributes when SERVER
135+
* span is not create by servlet instrumentation.
136136
*
137137
* <p>When SERVER span is created by servlet instrumentation we register {@link
138138
* ServletAdditionalAttributesExtractor} as an attribute extractor. When SERVER span is not

0 commit comments

Comments
 (0)