when -> which

This commit is contained in:
dougqh 2019-09-24 09:33:01 -04:00
parent e977711e78
commit c08ea1ff73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package datadog.trace.context;
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 {
/**
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation