[강운덕] [LUCYSUS-1744] 패턴 매칭시 group이 이상하여 다시 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@1689 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-05-22 10:41:49 +00:00
parent 6724068502
commit abfe77b07d
@@ -19,7 +19,7 @@ public enum ServiceType {
// DB 2000
UNKNOWN_DB((short) 2050, "UNKNOWN_DB", true, false, true, Histogram.NORMAL),
UNKNOWN_DB_EXECUTE_QUERY((short) 2051, "UNKNOWN_DB", true, false, true, Histogram.NORMAL),
UNKNOWN_DB_EXECUTE_QUERY((short) 2051, "UNKNOWN_DB", true, true, true, Histogram.NORMAL),
MYSQL((short) 2100, "MYSQL", true, false, true, Histogram.NORMAL),
MYSQL_EXECUTE_QUERY((short) 2101, "MYSQL", true, true, true, Histogram.NORMAL),