Changeset 10368 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2008-09-01T10:18:59+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java
r9846 r10368 25 25 public static JobDispatcher getInstance() { 26 26 if (instance == null) 27 instance =new JobDispatcher();27 new JobDispatcher(); 28 28 return instance; 29 29 } 30 30 31 31 private JobDispatcher() { 32 instance = this; 32 33 addWorkerThread().firstThread = true; 33 34 }
Note:
See TracChangeset
for help on using the changeset viewer.