Skip to content

Commit

Permalink
Commenting out the dispose method which blocks the code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
krinara86 committed Oct 19, 2020
1 parent 5c2b5ff commit b8ab95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public boolean performFinish() {
} finally {

waitingDialog.setVisible(false);
waitingDialog.dispose();
//waitingDialog.dispose();
}

return ret;
Expand Down

0 comments on commit b8ab95c

Please sign in to comment.