Ignore:
Timestamp:
2018-08-05T23:22:33+02:00 (6 years ago)
Author:
Don-vip
Message:

fix sonarqube issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java

    r14089 r14099  
    8787        } catch (SSLHandshakeException e) {
    8888            if (shouldWork) {
    89                 e.printStackTrace();
    90                 Assert.fail("Untrusted: " + url);
     89                throw new IOException("Untrusted: " + url, e);
    9190            } else {
    9291                return;
Note: See TracChangeset for help on using the changeset viewer.