refactor rename

This commit is contained in:
Anthony Calosa
2019-11-01 17:46:14 +08:00
parent a80c683901
commit 3b58d6df42
7 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ public final class Main {
GuiBase.setInterface(new GuiDesktop());
//set PropertyConfig log4j to true
GuiBase.setpropertyConfig(true);
GuiBase.enablePropertyConfig(true);
//install our error handler
ExceptionHandler.registerErrorHandling();