Ignore:
Timestamp:
2018-12-09T20:06:53+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16073 - check response contents
see #16854 - stability of created primitive IDs (accidental commit...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java

    r14311 r14535  
    6767     * @param downloadExecutor that will be executing the jobs
    6868     */
    69 
    7069    public TMSCachedTileLoaderJob(TileLoaderListener listener, Tile tile,
    7170            ICacheAccess<String, BufferedImageCacheEntry> cache,
     
    321320
    322321    @Override
    323     protected String detectErrorMessage(String data) {
     322    public String detectErrorMessage(String data) {
    324323        Matcher m = SERVICE_EXCEPTION_PATTERN.matcher(data);
    325324        return m.matches() ? removeCdata(Utils.strip(m.group(1))) : super.detectErrorMessage(data);
Note: See TracChangeset for help on using the changeset viewer.