Reformat and organize imports

This commit is contained in:
Jindra Petřík
2016-08-06 07:21:58 +02:00
parent 8c5345cfd8
commit 6781d86a6c
46 changed files with 1738 additions and 1637 deletions

View File

@@ -100,10 +100,8 @@ public class LoadingDialog extends AppDialog {
public void windowClosing(WindowEvent e) {
if (Main.shouldCloseWhenClosingLoadingDialog) {
System.exit(0);
} else {
if (worker != null) {
worker.cancel(true);
}
} else if (worker != null) {
worker.cancel(true);
}
}
});