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/gui/io/UploadDialog.java

    r8836 r8870  
    568568    }
    569569
    570     private String getLastChangesetTagFromHistory(String historyKey, List<String> def) {
     570    private static String getLastChangesetTagFromHistory(String historyKey, List<String> def) {
    571571        Collection<String> history = Main.pref.getCollection(historyKey, def);
    572572        int age = (int) (System.currentTimeMillis() / 1000 - Main.pref.getInteger(BasicUploadSettingsPanel.HISTORY_LAST_USED_KEY, 0));
Note: See TracChangeset for help on using the changeset viewer.