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/upload/UploadNotesTask.java

    r12630 r12634  
    3737    public void uploadNotes(NoteData noteData, ProgressMonitor progressMonitor) {
    3838        this.noteData = noteData;
    39         Main.worker.submit(new UploadTask(tr("Uploading modified notes"), progressMonitor));
     39        MainApplication.worker.submit(new UploadTask(tr("Uploading modified notes"), progressMonitor));
    4040    }
    4141
Note: See TracChangeset for help on using the changeset viewer.