修复编译失败

This commit is contained in:
ascrutae 2016-07-02 13:14:07 +08:00
parent f98728391e
commit f0b5bd6e3a
1 changed files with 1 additions and 5 deletions

View File

@ -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() {