mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-25246 (decompile boolean constants)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package pkg;
|
||||
|
||||
class Booleans {
|
||||
public static final boolean RELEASE = true;
|
||||
public static final boolean DEBUG = false;
|
||||
public static final boolean PROFILE = false;
|
||||
public static final boolean LOGV = false;
|
||||
public static final boolean LOGD = true;
|
||||
|
||||
Booleans() { /* compiled code */ }
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
package pkg;
|
||||
|
||||
class Booleans {
|
||||
public static final boolean RELEASE = true;
|
||||
public static final boolean DEBUG = false;
|
||||
public static final boolean PROFILE = false;
|
||||
public static final boolean LOGV = false;
|
||||
public static final boolean LOGD = true;
|
||||
}
|
||||
Reference in New Issue
Block a user