[유치수] [NOBTS] modify arcus modifier.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@579 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-09-05 05:21:25 +00:00
parent f8920d3834
commit ac01a697db
4 changed files with 8 additions and 2 deletions
@@ -113,6 +113,10 @@ public final class Trace {
annotate(annotation.getCode(), duration);
}
public static void recordAttribute(final String key, final String value) {
recordAttibute(key, (Object) value);
}
public static void recordAttibute(final String key, final Object value) {
if (!tracingEnabled)
return;