- Timestamp:
- 2023-07-26T16:22:26+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmApi.java
r18650 r18779 249 249 return; 250 250 cancel = false; 251 if (monitor != null) { 252 monitor.addCancelListener(this::cancel); 253 } 251 254 try { 252 255 CapabilitiesCache cache = new CapabilitiesCache(monitor, fastFail);
Note:
See TracChangeset
for help on using the changeset viewer.