修复编译失败

This commit is contained in:
ascrutae 2016-07-04 16:37:46 +08:00
parent 89b4f28f42
commit f6a38d34f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;