Ignore:
Timestamp:
2017-09-14T15:09:01+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - add parameter to base directory methods

File:
1 edited

Legend:

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

    r12855 r12856  
    7676        this.ident = ident;
    7777        this.updateInterval = updateInterval;
    78         this.path = new File(Config.getDirs().getCacheDirectory(), ident);
     78        this.path = new File(Config.getDirs().getCacheDirectory(true), ident);
    7979    }
    8080
Note: See TracChangeset for help on using the changeset viewer.