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/data/osm/Way.java

    r8846 r8870  
    8181     * Prevent directly following identical nodes in ways.
    8282     */
    83     private List<Node> removeDouble(List<Node> nodes) {
     83    private static List<Node> removeDouble(List<Node> nodes) {
    8484        Node last = null;
    8585        int count = nodes.size();
Note: See TracChangeset for help on using the changeset viewer.