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

sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations should not be superfluous

File:
1 edited

Legend:

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

    r10627 r10632  
    447447    }
    448448
    449     private static LatLon parseLatLon(String ns, String ew, String dlat, String dlon)
    450     throws NumberFormatException {
     449    private static LatLon parseLatLon(String ns, String ew, String dlat, String dlon) {
    451450        String widthNorth = dlat.trim();
    452451        String lengthEast = dlon.trim();
Note: See TracChangeset for help on using the changeset viewer.