Use lombok annotation instead of get/set
This commit is contained in:
@@ -89,7 +89,7 @@ public class Log {
|
||||
if (instance == null) {
|
||||
boolean print = false;
|
||||
if (config != null) {
|
||||
print = config.getPrintLog();
|
||||
print = config.isPrintLog();
|
||||
}
|
||||
instance = new Log(print);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user