修复编译失败

This commit is contained in:
ascrutae 2016-07-02 13:24:43 +08:00
parent f0b5bd6e3a
commit 3bb8c4ed4f
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ public class SpanEntry {
public String getSpanType() {
if (clientSpan != null) {
return clientSpan.getSpanType();
return clientSpan.getSpanTypeDesc();
}
return serverSpan.getSpanType();
return serverSpan.getSpanTypeDesc();
}
public String getUserId() {