Changeset 13112 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-11-12T00:54:15+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoader.java
r12539 r13112 127 127 } 128 128 129 @Override 130 public boolean hasOutstandingTasks() { 131 return downloadExecutor.getTaskCount() > downloadExecutor.getCompletedTaskCount(); 132 } 133 129 134 /** 130 135 * Sets the download executor that will be used to download tiles instead of default one.
Note:
See TracChangeset
for help on using the changeset viewer.