Ignore:
Timestamp:
2015-10-13T23:50:14+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S2325 - "private" methods that don't access instance data should be "static"

File:
1 edited

Legend:

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

    r8840 r8870  
    448448    }
    449449
    450     private LatLon parseLatLon(String ns, String ew, String dlat, String dlon)
     450    private static LatLon parseLatLon(String ns, String ew, String dlat, String dlon)
    451451    throws NumberFormatException {
    452452        String widthNorth = dlat.trim();
Note: See TracChangeset for help on using the changeset viewer.