This commit is contained in:
Jannik 2018-03-22 18:54:56 +01:00
parent 7813778502
commit fcaffecabf
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ public class UpdateController implements Runnable {
private static final Logger LOGGER = LogManager.getLogger(UpdateController.class.getName()); private static final Logger LOGGER = LogManager.getLogger(UpdateController.class.getName());
/** /**
* updater for cemu_UI based on Project HomeFlix checks for Updates and download * updater for cemu_UI, checks for Updates and download it
* it in case there is one
*/ */
public UpdateController(MainWindowController mwc, String buildNumber, boolean useBeta) { public UpdateController(MainWindowController mwc, String buildNumber, boolean useBeta) {
mainWindowController = mwc; mainWindowController = mwc;