Skip to content

Commit 67d64fc

Browse files
committed
Comment out addition of class file transformer
1 parent 9939d16 commit 67d64fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/misc/src/main/java/org/openapex/samples/misc/instrument/MyInstrumentationAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class MyInstrumentationAgent {
1111
public static void premain(String agentArgs, Instrumentation inst){
1212
instrumentation = inst;
1313
System.out.println("Set the instrumentation from premain");
14-
instrumentation.addTransformer(new MyClassTransformer());
14+
//instrumentation.addTransformer(new MyClassTransformer());
1515
}
1616
public static void premain(String agentArgs){
1717
System.out.println("Unable to set instrumentation premain");

0 commit comments

Comments
 (0)