修复编译失败

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

View File

@ -165,7 +165,7 @@ public class TraceNodeInfo extends Span {
+ viewPointIdSub + ", traceId=" + traceId + ", parentLevel=" + parentLevel + ", levelId=" + levelId
+ ", viewPointId=" + viewPointId + ", startDate=" + startDate + ", cost=" + cost + ", address="
+ address + ", statusCode=" + statusCode + ", exceptionStack=" + exceptionStack + ", spanType="
+ spanType + ", isReceiver=" + isReceiver + ", businessKey=" + businessKey + ", processNo=" + processNo
+ spanType + ", businessKey=" + businessKey + ", processNo=" + processNo
+ ", applicationId=" + applicationId + ", originData=" + originData + "]";
}