File tree Expand file tree Collapse file tree
dd-trace-core/src/main/java/datadog/trace/core Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments