提交 b3e04356 编写于 作者: wu-sheng's avatar wu-sheng

Fix two javadoc

上级 aa2877b2
......@@ -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();
......
......@@ -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.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册