Ignore:
Timestamp:
2021-02-21T16:10:35+01:00 (3 years ago)
Author:
wiktorn
Message:

Checkstyle fixes

File:
1 edited

Legend:

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

    r17505 r17509  
    188188     * Simple implementation. All errors should be cached as empty. Though some JDK (JDK8 on Windows for example)
    189189     * doesn't return 4xx error codes, instead they do throw an FileNotFoundException or IOException
    190      * @param responseCode
    191      * @param headerFields
     190     * @param headerFields headers sent by server
     191     * @param responseCode http status code
    192192     *
    193193     * @return true if we should put empty object into cache, regardless of what remote resource has returned
Note: See TracChangeset for help on using the changeset viewer.