[유치수] [NOBTS] modify class associated with Tagging.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@549 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-08-28 05:40:07 +00:00
parent 63adaa9f4f
commit 5e55d34ca1
7 changed files with 249 additions and 28 deletions
@@ -28,7 +28,7 @@ public class HippoAnnotation {
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("HippoAnnotation={");
sb.append("@={");
sb.append("time=").append(time);
sb.append(", value=").append(value);
sb.append(", duration=").append(duration);