Changeset 31174 in osm for applications
- Timestamp:
- 2015-06-01T19:34:33+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileJob.java
r31145 r31174 26 26 /** 27 27 * submits download job to backend. 28 * @param true if the load should skip all the caches (local & remote)28 * @param force true if the load should skip all the caches (local & remote) 29 29 */ 30 30 void submit(boolean force); 31 32 31 }
Note:
See TracChangeset
for help on using the changeset viewer.