修复编译失败
This commit is contained in:
parent
f0b5bd6e3a
commit
3bb8c4ed4f
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue