Ignore:
Timestamp:
2018-05-12T03:08:30+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16277 - catch SecurityException when loading tiles

File:
1 edited

Legend:

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

    r13631 r13730  
    290290                        return false;
    291291                    }
    292                 } catch (UnsatisfiedLinkError e) {
     292                } catch (UnsatisfiedLinkError | SecurityException e) {
    293293                    throw new IOException(e);
    294294                }
Note: See TracChangeset for help on using the changeset viewer.