Changeset 10296 in josm
- Timestamp:
- 2016-05-29T00:25:43+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r10245 r10296 415 415 CertificateAmendment.addMissingCertificates(); 416 416 } catch (IOException | GeneralSecurityException ex) { 417 ex.printStackTrace();417 Main.warn(ex); 418 418 Main.warn(getErrorMessage(Utils.getRootCause(ex))); 419 419 }
Note:
See TracChangeset
for help on using the changeset viewer.