修复编译失败
This commit is contained in:
parent
89b4f28f42
commit
f6a38d34f5
|
|
@ -15,7 +15,7 @@ public enum SpanType {
|
|||
this.value = value;
|
||||
}
|
||||
|
||||
static SpanType convert(String spanTypeValue) {
|
||||
public static SpanType convert(String spanTypeValue) {
|
||||
switch (Byte.valueOf(spanTypeValue)){
|
||||
case 1 : return LOCAL;
|
||||
case 2 : return RPC_CLIENT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue