| 374 |  | @SuppressWarnings("unused") | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 375 |  | private void doUpdate() { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 376 |  | if (execUpdates != null && execUpdates.size() > 0) { | 
 
 
 
 
 
 
 
 
 
 
 | 377 | < | Downloader dl = new Downloader(execUpdates, null, false); | 
 
 
 
 
 
 
 
 
 | 377 | > | Downloader dl = new Downloader(execUpdates, null, false, this); | 
 
 
 
 
 
 
 
 
 
 
 | 378 |  | try { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 379 |  | dl.setVisible(true); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 380 |  | if (dl.isFinished()) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 698 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 699 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 700 |  | if (execCoreUpdates.size() > 0) { | 
 
 
 
 
 
 
 
 
 
 
 | 701 | < | Downloader dl = new Downloader(execCoreUpdates, null, true); | 
 
 
 
 
 
 
 
 
 | 701 | > | Downloader dl = new Downloader(execCoreUpdates, null, true, this); | 
 
 
 
 
 
 
 
 
 
 
 | 702 |  | try { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 703 |  | dl.setVisible(true); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 704 |  | } finally { | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 754 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 755 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 756 |  | if (toDownload.size() > 0) { | 
 
 
 
 
 
 
 
 
 
 
 | 757 | < | Downloader dl = new Downloader(toDownload, installDeps, false); | 
 
 
 
 
 
 
 
 
 | 757 | > | Downloader dl = new Downloader(toDownload, installDeps, false, this); | 
 
 
 
 
 
 
 
 
 
 
 | 758 |  | try { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 759 |  | dl.setVisible(true); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 760 |  | if (!dl.isFinished()) { |