mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-26 21:26:36 +10:00
[유치수] [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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user