Skip to content

Commit 8ce4e96

Browse files
committed
fix(core): Reduce scope
1 parent e6ad777 commit 8ce4e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public static long getDurationNano(CoreSpan<?> span) {
449449
return trace.getLastWriteTime() - span.getStartTime();
450450
}
451451

452-
public Iterable<DDSpan> getSpans() {
452+
Iterable<DDSpan> getSpans() {
453453
return spans;
454454
}
455455
}

0 commit comments

Comments
 (0)