Ignore:
Timestamp:
2014-02-01T03:18:43+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r6792 r6798  
    480480            md = MessageDigest.getInstance("MD5");
    481481        } catch (NoSuchAlgorithmException e) {
    482             throw new RuntimeException();
     482            throw new RuntimeException(e);
    483483        }
    484484        byte[] byteDigest = md.digest(byteData);
Note: See TracChangeset for help on using the changeset viewer.