Ignore:
Timestamp:
2013-02-06T17:16:30+01:00 (11 years ago)
Author:
bastiK
Message:

fix problem with making multisplitpanelayout persistent (avoid loop reference); javadoc

File:
1 edited

Legend:

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

    r5590 r5698  
    305305    }
    306306
     307    /**
     308     * Get the directory where cached content of any kind should be stored.
     309     *
     310     * If the directory doesn't exist on the file system, it will be created
     311     * by this method.
     312     *
     313     * @return the cache directory
     314     */
    307315    public File getCacheDirectory() {
    308316        if (cacheDirFile != null)
Note: See TracChangeset for help on using the changeset viewer.