mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 20:05:32 +00:00
AS3: Better imports, uses
Formatting code
This commit is contained in:
@@ -149,7 +149,7 @@ public class Main {
|
||||
if (actionMainFrame != null) {
|
||||
actionMainFrame.setStatus(name);
|
||||
}
|
||||
if(loadingDialog!=null){
|
||||
if (loadingDialog != null) {
|
||||
loadingDialog.setDetail(name);
|
||||
}
|
||||
if (Main.isCommandLineMode()) {
|
||||
@@ -165,7 +165,7 @@ public class Main {
|
||||
if (actionMainFrame != null) {
|
||||
actionMainFrame.setStatus("");
|
||||
}
|
||||
if(loadingDialog!=null){
|
||||
if (loadingDialog != null) {
|
||||
loadingDialog.setDetail("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user