- Timestamp:
- 2023-09-19T15:43:52+02:00 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
r18831 r18832 293 293 294 294 /** 295 * @return true if object was successfully downloaded, false, if there was a loading failure 295 * Load an cache object 296 * @return {@code true} if object was successfully downloaded, false, if there was a loading failure 296 297 * @since 18831 297 298 */ … … 334 335 335 336 /** 336 * @return true if object was successfully downloaded via http, false, if there was a loading failure 337 * Load an cache object via HTTP 338 * @return {@code true} if object was successfully downloaded via http, false, if there was a loading failure 337 339 */ 338 340 private boolean loadObjectHttp() {
Note:
See TracChangeset
for help on using the changeset viewer.