Fix compile issue.

This commit is contained in:
wusheng 2017-07-02 08:13:21 +08:00
parent 09565a497d
commit 1c8200116d
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ public class TracingContext implements AbstractTracerContext {
*/
private AbstractTracingSpan push(AbstractTracingSpan span) {
activeSpanStack.addLast(span);
return span;
}
/**