Ignore:
Timestamp:
2017-08-24T15:54:00+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - deprecate Main.worker, replace it by gui.MainApplication.worker + code refactoring to make sure only editor packages use it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadTaskList.java

    r12620 r12634  
    2929import org.openstreetmap.josm.gui.HelpAwareOptionPane;
    3030import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec;
     31import org.openstreetmap.josm.gui.MainApplication;
    3132import org.openstreetmap.josm.gui.Notification;
    3233import org.openstreetmap.josm.gui.layer.Layer;
     
    9394            }
    9495        });
    95         return Main.worker.submit(new PostDownloadProcessor(osmData));
     96        return MainApplication.worker.submit(new PostDownloadProcessor(osmData));
    9697    }
    9798
Note: See TracChangeset for help on using the changeset viewer.