Ticket #19582: 19582-core.patch
| File 19582-core.patch, 638 bytes (added by , 5 years ago) |
|---|
-
src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java
346 346 } 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 } 351 353 exec.shutdown();
