@@ -43,10 +43,12 @@ interface Continuation {
4343
4444  /** 
4545   * @deprecated Replaced by {@link Tracer#captureActiveSpan()}. 
46-    *     <p>Prevent the <strong>currently active trace</strong>, which may differ from this scope 
47-    *     instance, from reporting until the returned Continuation is either activated (and the 
48-    *     returned scope is closed), or canceled. Should be called on the parent thread. 
49-    * @return Continuation of the active span, no-op continuation if there's no active span. 
46+    *     <p>When asynchronous propagation is enabled, prevent the <strong>currently active 
47+    *     trace</strong>, which may differ from this scope instance, from reporting until the 
48+    *     returned Continuation is either activated (and the returned scope is closed) or the 
49+    *     continuation is canceled. Should be called on the parent thread. 
50+    * @return Continuation of the active span, no-op continuation if there's no active span or 
51+    *     asynchronous propagation is disabled. 
5052   */ 
5153  @ Deprecated 
5254  default  Continuation  capture () {
@@ -61,7 +63,7 @@ default Continuation captureConcurrent() {
6163
6264  /** 
6365   * @deprecated Replaced by {@link Tracer#isAsyncPropagationEnabled()}. 
64-    *     <p>Calling this method will check whether asynchronous propagation is active  <strong>for 
66+    *     <p>Calling this method will check whether asynchronous propagation is enabled  <strong>for 
6567   *     the active scope</strong>, not this scope instance. 
6668   * @return {@code true} if asynchronous propagation is enabled <strong>for the active 
6769   *     scope</strong>, {@code false} otherwise. 
0 commit comments