Changeset 10703 in josm
- Timestamp:
- 2016-08-02T13:00:17+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java
r10690 r10703 75 75 System.out.println(" => KO"); 76 76 } 77 } catch (SAXException e) {77 } catch (SAXException | IllegalArgumentException e) { 78 78 e.printStackTrace(); 79 79 allErrors.add(e);
Note:
See TracChangeset
for help on using the changeset viewer.