clean code

pull/1301/head
hengyunabc 5 years ago
parent 6ee06c1b7e
commit 634fa70fc2

@ -81,16 +81,6 @@ public class GlobalOptions {
)
public static volatile boolean isSupportDefaultMethod = true && JavaVersionUtils.isGreaterThanJava7();
/**
* asm
*/
@Option(level = 1,
name = "debug-for-asm",
summary = "Option to print DEBUG message if ASM is involved",
description = "This option enables to print DEBUG message of ASM for each method invocation."
)
public static volatile boolean isDebugForAsm = false;
/**
*
*/

Loading…
Cancel
Save