Changeset 13730 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-05-12T03:08:30+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java
r13631 r13730 290 290 return false; 291 291 } 292 } catch (UnsatisfiedLinkError e) {292 } catch (UnsatisfiedLinkError | SecurityException e) { 293 293 throw new IOException(e); 294 294 }
Note:
See TracChangeset
for help on using the changeset viewer.