Skip to content

Commit 8580496

Browse files
committed
spotless
1 parent ca95b42 commit 8580496

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

dd-trace-core/src/main/java/datadog/trace/core/DDSpanContext.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,10 +1095,11 @@ void earlyProcessTags(AppendableSpanLinks links) {
10951095

10961096
void processTagsAndBaggage(
10971097
final MetadataConsumer consumer, int longRunningVersion, DDSpan restrictedSpan) {
1098-
// NOTE: The span is passed for the sole purpose of allowing updating & reading of the span links
1099-
// This is a compromise to avoid...
1100-
// - creating an extra wrapper object that would create significant allocation
1101-
// - implementing an interface to read the spans that require making the read method public
1098+
// NOTE: The span is passed for the sole purpose of allowing updating & reading of the span
1099+
// links
1100+
// This is a compromise to avoid...
1101+
// - creating an extra wrapper object that would create significant allocation
1102+
// - implementing an interface to read the spans that require making the read method public
11021103
synchronized (unsafeTags) {
11031104
// Tags
11041105
TagsPostProcessorFactory.lazyProcessor().processTags(unsafeTags, this, restrictedSpan);

0 commit comments

Comments
 (0)