mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
[RELEASE-8] 오타 수정.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user