Changeset 11427 in josm


Ignore:
Timestamp:
2017-01-02T00:53:29+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #14185 - see #10511 - robustness when joining algorithm fails during boundaries database initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java

    r11402 r11427  
    118118            } catch (UserCancelException ex) {
    119119                Main.warn(ex);
     120            } catch (JosmRuntimeException ex) {
     121                // Workaround to #10511 / #14185. To remove when #10511 is solved
     122                Main.error(ex);
    120123            }
    121124        }
Note: See TracChangeset for help on using the changeset viewer.