Skip to content

Commit 035db7f

Browse files
committed
javadoc
1 parent 365eb0f commit 035db7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dd-trace-api/src/main/java/datadog/trace/context/TraceScope.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public interface TraceScope extends Closeable {
1313

1414
/**
1515
* @deprecated Replaced by {@link Tracer#captureActiveSpan()}.
16-
* <p>Prevent the currently active trace from reporting until the returned Continuation is
17-
* either activated (and the returned scope is closed), or canceled. Should be called on the
18-
* parent thread.
16+
* <p>Prevent the <strong>currently active trace</strong>, which may differ from this scope
17+
* instance, from reporting until the returned Continuation is either activated (and the
18+
* returned scope is closed), or canceled. Should be called on the parent thread.
1919
* @return Continuation of the active span, no-op continuation if there's no active span.
2020
*/
2121
@Deprecated

0 commit comments

Comments
 (0)