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/AutosaveTask.java

    r8846 r8870  
    118118    }
    119119
    120     private String getFileName(String layerName, int index) {
     120    private static String getFileName(String layerName, int index) {
    121121        String result = layerName;
    122122        for (char illegalCharacter : ILLEGAL_CHARACTERS) {
Note: See TracChangeset for help on using the changeset viewer.