Ignore:
Timestamp:
2018-08-24T00:31:57+02:00 (6 years ago)
Author:
donvip
Message:

fix java warnings - CatchAndPrintStackTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java

    r34472 r34599  
    361361                    }
    362362                } catch (CredentialsAgentException ex) {
    363                     ex.printStackTrace();
     363                    Logging.error(ex);
    364364                }
    365365            }
     
    376376                    }
    377377                } catch (CredentialsAgentException ex) {
    378                     ex.printStackTrace();
     378                    Logging.error(ex);
    379379                }
    380380            }
     
    390390                    }
    391391                } catch (CredentialsAgentException ex) {
    392                     ex.printStackTrace();
     392                    Logging.error(ex);
    393393                }
    394394            }
Note: See TracChangeset for help on using the changeset viewer.