mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-17125 use const
This commit is contained in:
@@ -76,7 +76,7 @@ public class DebuggerSettings implements Cloneable, PersistentStateComponent<Ele
|
||||
public boolean SKIP_GETTERS;
|
||||
public boolean SKIP_CLASSLOADERS = true;
|
||||
|
||||
public String RUN_HOTSWAP_AFTER_COMPILE = "RunHotswapAsk";
|
||||
public String RUN_HOTSWAP_AFTER_COMPILE = RUN_HOTSWAP_ASK;
|
||||
public boolean COMPILE_BEFORE_HOTSWAP = true;
|
||||
public boolean HOTSWAP_HANG_WARNING_ENABLED = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user