mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 00:46:07 +00:00
cleanup
This commit is contained in:
@@ -81,7 +81,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
public static boolean hasInstance() {
|
||||
return instance != null;
|
||||
}
|
||||
|
||||
|
||||
public static ErrorLogFrame getInstance() {
|
||||
if (instance == null) {
|
||||
instance = new ErrorLogFrame();
|
||||
|
||||
Reference in New Issue
Block a user