Fix two javadoc

This commit is contained in:
Wu Sheng 2019-03-14 16:11:07 +08:00
parent aa2877b2fb
commit b3e043569c
2 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,8 @@ public interface AbstractTracerContext {
/**
* Notify this context, current span is going to be finished async in another thread.
*
* @return The current context
*/
AbstractTracerContext awaitFinishAsync();

View File

@ -32,7 +32,8 @@ public interface AsyncSpan {
* The span finish at current tracing context, but the current span is still alive, until {@link #asyncFinish}
* called.
*
* This method must be called<br/>
* This method must be called
*
* 1. In original thread(tracing context).
* 2. Current span is active span.
*