Ignore:
Timestamp:
2017-06-15T21:36:02+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - fix javadoc warnings new in 9-ea+173

File:
1 edited

Legend:

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

    r12374 r12409  
    12111211
    12121212    /**
    1213      * Gets a collection of key->value maps.
     1213     * Gets a collection of key/value maps.
    12141214     * @param key The key to search at
    12151215     * @param def The default value to use
     
    12231223     * Stores a list of structs
    12241224     * @param key The key to store the list in
    1225      * @param value A list of key->value maps
     1225     * @param value A list of key/value maps
    12261226     * @return <code>true</code> if the value was changed
    12271227     * @see #getListOfStructs(String, Collection)
     
    15141514    /**
    15151515     * Gets a map of all currently known defaults
    1516      * @return The map (key->setting)
     1516     * @return The map (key/setting)
    15171517     */
    15181518    public Map<String, Setting<?>> getAllDefaults() {
Note: See TracChangeset for help on using the changeset viewer.