Ignore:
Timestamp:
2015-12-14T22:05:12+01:00 (8 years ago)
Author:
stoecker
Message:

see #12189 - try again to update presets and style URL's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r9074 r9119  
    18171817     */
    18181818    public void removeObsolete() {
    1819         // drop this block end of 2015
    1820         // update old style JOSM server links to use zip now, see #10581
     1819        // drop this block march 2016
     1820        // update old style JOSM server links to use zip now, see #10581, #12189
    18211821        // actually also cache and mirror entries should be cleared
    1822         if (getInteger("josm.version", Version.getInstance().getVersion()) < 8099) {
     1822        if (getInteger("josm.version", Version.getInstance().getVersion()) < 9119) {
    18231823            for (String key: new String[]{"mappaint.style.entries", "taggingpreset.entries"}) {
    18241824                Collection<Map<String, String>> data = getListOfStructs(key, (Collection<Map<String, String>>) null);
Note: See TracChangeset for help on using the changeset viewer.