[RELEASE-8] 오타 수정.

This commit is contained in:
Woonduk Kang
2014-08-26 10:38:52 +09:00
parent 9b9fc00ec0
commit d6ae1de2ba
@@ -159,7 +159,7 @@ public class JavaAssistClass implements InstrumentClass {
// 추가로 수정하긴해야 될듯함.
final boolean marker = checkTraceValueMarker(traceValue);
if (!marker) {
throw new InstrumentException(traceValue + " maker interface not implements" );
throw new InstrumentException(traceValue + " marker interface not implements" );
}
try {