Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Jannik 2018-04-05 09:55:09 +02:00
commit 433767f81c
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());
/**
* updater for cemu_UI based on Project HomeFlix checks for Updates and download
* it in case there is one
* updater for cemu_UI, checks for Updates and download it
*/
public UpdateController(MainWindowController mwc, String buildNumber, boolean useBeta) {
mainWindowController = mwc;