when -> which
This commit is contained in:
parent
e977711e78
commit
c08ea1ff73
|
@ -2,7 +2,7 @@ package datadog.trace.context;
|
||||||
|
|
||||||
import java.io.Closeable;
|
import java.io.Closeable;
|
||||||
|
|
||||||
/** An object when can propagate a datadog trace across multiple threads. */
|
/** An object which can propagate a datadog trace across multiple threads. */
|
||||||
public interface TraceScope extends Closeable {
|
public interface TraceScope extends Closeable {
|
||||||
/**
|
/**
|
||||||
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation
|
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation
|
||||||
|
|
Loading…
Reference in New Issue