Ignore:
Timestamp:
2016-03-29T23:07:24+02:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle, fix unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java

    r10076 r10079  
    9696            byte[] sha = md.digest(certBytes);
    9797            if (!SHA_HASHES[i].equals(Utils.toHexString(sha)))
    98                 throw new RuntimeException(tr("Error adding certificate {0} - hash mismatch. Expected {1}, was {2}", CERT_AMEND[i], SHA_HASHES[i], Utils.toHexString(sha)));
     98                throw new RuntimeException(tr("Error adding certificate {0} - hash mismatch. Expected {1}, was {2}",
     99                        CERT_AMEND[i], SHA_HASHES[i], Utils.toHexString(sha)));
    99100
    100101            ByteArrayInputStream certIS = new ByteArrayInputStream(certBytes);
Note: See TracChangeset for help on using the changeset viewer.