[유치수] [NOBTS] transaction detail view bug fix, cause . SpanAlign.spanBo

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1116 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-01-25 04:32:24 +00:00
parent e39aed5488
commit 5608ea986b
7 changed files with 42 additions and 37 deletions
@@ -104,7 +104,7 @@ public class SpanServiceTest {
List<SpanAlign> sort = spanService.selectSpan(uuid.toString());
for (SpanAlign spanAlign : sort) {
logger.info("depth:{} {}", spanAlign.getDepth(), spanAlign.getSpan());
logger.info("depth:{} {}", spanAlign.getDepth(), spanAlign.getSpanBo());
}
// reorder(spans);
}