Skip to content

Commit 17fdd89

Browse files
committed
spotless apply
1 parent 11a454c commit 17fdd89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsUnsampledOnlySpanProcessor.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
import io.opentelemetry.sdk.trace.SpanProcessor;
2323

2424
/**
25-
* {@link SpanProcessor} that only exports unsampled spans in a batch via a delegated @{link BatchSpanProcessor}.
26-
* The processor also adds an attribute to each processed span to indicate that it was sampled or not.
25+
* {@link SpanProcessor} that only exports unsampled spans in a batch via a delegated @{link
26+
* BatchSpanProcessor}. The processor also adds an attribute to each processed span to indicate that
27+
* it was sampled or not.
2728
*/
2829
final class AwsUnsampledOnlySpanProcessor implements SpanProcessor {
2930

0 commit comments

Comments
 (0)