whoops i java 11'd

This commit is contained in:
comp500
2019-08-10 01:26:35 +01:00
parent 4d8e695fc4
commit b22edf920e
2 changed files with 5 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ public class InstallWindow implements IUserInterface {
@Override
public void executeManager(Runnable task) {
EventQueue.invokeLater(() -> {
worker = new SwingWorkerButWithPublicPublish<>() {
worker = new SwingWorkerButWithPublicPublish<Void, InstallProgress>() {
@Override
protected Void doInBackground() {