Changeset 2512 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/PostDownloadHandler.java
- Timestamp:
- 2009-11-24T10:45:04+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/PostDownloadHandler.java
r2332 r2512 14 14 import org.openstreetmap.josm.gui.ExceptionDialogUtil; 15 15 import org.openstreetmap.josm.tools.ExceptionUtil; 16 17 16 18 17 public class PostDownloadHandler implements Runnable { … … 46 45 } 47 46 } 48 49 47 50 48 /** … … 59 57 this.futures.addAll(futures); 60 58 } 61 59 62 60 public void run() { 63 61 // wait for all downloads task to finish (by waiting for the futures
Note:
See TracChangeset
for help on using the changeset viewer.