Changeset 18832 in josm for trunk


Ignore:
Timestamp:
2023-09-19T15:43:52+02:00 (17 months ago)
Author:
stoecker
Message:

JavaDoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

    r18831 r18832  
    293293
    294294    /**
    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
    296297     * @since 18831
    297298     */
     
    334335
    335336    /**
    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
    337339     */
    338340    private boolean loadObjectHttp() {
Note: See TracChangeset for help on using the changeset viewer.