提交 f0b5bd6e 编写于 作者: A ascrutae

修复编译失败

上级 f9872839
......@@ -151,11 +151,7 @@ public class SpanEntry {
}
public void setSpan(Span span) {
if (span.isReceiver()) {
this.serverSpan = span;
} else {
this.clientSpan = span;
}
this.clientSpan = span;
}
public String getSpanType() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册