Changeset 8734 in josm for trunk/src/org/openstreetmap/josm/gui/io/SaveLayersDialog.java
- Timestamp:
- 2015-09-08T15:20:34+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/SaveLayersDialog.java
r8510 r8734 51 51 import org.openstreetmap.josm.gui.util.GuiHelper; 52 52 import org.openstreetmap.josm.tools.ImageProvider; 53 import org.openstreetmap.josm.tools.Utils; 53 54 import org.openstreetmap.josm.tools.WindowGeometry; 54 55 … … 445 446 this.model = model; 446 447 this.monitor = monitor; 447 this.worker = Executors.newSingleThreadExecutor(); 448 this.worker = Executors.newSingleThreadExecutor(Utils.newThreadFactory(getClass() + "-%d", Thread.NORM_PRIORITY)); 448 449 } 449 450
Note:
See TracChangeset
for help on using the changeset viewer.
