update
This commit is contained in:
@ -3,7 +3,7 @@ package util;
|
|||||||
// Maximal professioneller Logger
|
// Maximal professioneller Logger
|
||||||
public final class Logger {
|
public final class Logger {
|
||||||
|
|
||||||
private static final boolean enabled = true;
|
private static final boolean enabled = false;
|
||||||
|
|
||||||
private Logger() {}
|
private Logger() {}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
class MyClass {
|
class MyClass {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
boolean b = true || (1 < 2) && (5 / 4) == 2 && !((1 / 5) == 2 + 1) || (-1 - -5) / 2 == 2 && true == false;
|
boolean x = false && true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user