Changeset 17290 in josm
- Timestamp:
- 2020-11-02T16:21:53+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java
r16611 r17290 347 347 } catch (InterruptedException | ExecutionException e) { 348 348 Logging.error(e); 349 if (e.getCause() instanceof OsmTransferException) 350 throw (OsmTransferException) e.getCause(); 349 351 } 350 352 }
Note:
See TracChangeset
for help on using the changeset viewer.