Changeset 34599 in osm for applications/editors/josm/plugins/native-password-manager/src
- Timestamp:
- 2018-08-24T00:31:57+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java
r34472 r34599 361 361 } 362 362 } catch (CredentialsAgentException ex) { 363 ex.printStackTrace();363 Logging.error(ex); 364 364 } 365 365 } … … 376 376 } 377 377 } catch (CredentialsAgentException ex) { 378 ex.printStackTrace();378 Logging.error(ex); 379 379 } 380 380 } … … 390 390 } 391 391 } catch (CredentialsAgentException ex) { 392 ex.printStackTrace();392 Logging.error(ex); 393 393 } 394 394 }
Note:
See TracChangeset
for help on using the changeset viewer.