Changeset 17079 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-10-01T02:27:36+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r16974 r17079 845 845 try { 846 846 CertificateAmendment.addMissingCertificates(); 847 } catch (IOException | GeneralSecurityException ex) { 847 } catch (IOException | GeneralSecurityException | SecurityException | ExceptionInInitializerError ex) { 848 848 Logging.warn(ex); 849 849 Logging.warn(Logging.getErrorMessage(Utils.getRootCause(ex)));
Note:
See TracChangeset
for help on using the changeset viewer.