修改TreeNodeId的分隔符

This commit is contained in:
ascrutae 2016-04-25 20:45:37 +08:00
parent acdfd823ce
commit 7260245683
1 changed files with 1 additions and 1 deletions

View File

@ -219,6 +219,6 @@ public class CallChainTreeNode {
}
public String getTreeNodeId() {
return traceLevelId + "@" + viewPointId;
return traceLevelId + "@~" + viewPointId;
}
}