Skip to content

Commit 81c5d7d

Browse files
committed
Testing auto spotless
1 parent f704bf6 commit 81c5d7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/instrumenter/AttributesExtractor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public interface AttributesExtractor<REQUEST, RESPONSE> {
2727
* Extracts attributes from the {@link Context} and the {@link REQUEST} into the {@link
2828
* AttributesBuilder} at the beginning of a request.
2929
*/
30-
void onStart(AttributesBuilder attributes, Context parentContext, REQUEST request);
30+
void onStart(AttributesBuilder attributes,
31+
Context parentContext, REQUEST request);
3132

3233
/**
3334
* Extracts attributes from the {@link Context}, the {@link REQUEST} and either {@link RESPONSE}

0 commit comments

Comments
 (0)