Ignore:
Timestamp:
2013-03-31T15:36:14+02:00 (11 years ago)
Author:
stoecker
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ConditionalOptionPaneUtil.java

    r5724 r5817  
    3838     * The default value if the preference key is missing is true.
    3939     *
    40      * @param  the preference key
    41      * @return prefKey the preference value for the preference key "message." + <code>prefKey</code>
     40     * @param  prefKey the preference key
     41     * @return the preference value for the preference key "message." + <code>prefKey</code>
    4242     */
    4343    public static boolean getDialogShowingEnabled(String prefKey) {
     
    5959     * The default value if the preference key is missing is -1.
    6060     *
    61      * @param  the preference key
    62      * @return prefKey the preference value for the preference key "message." + <code>prefKey</code> + ".value"
     61     * @param  prefKey the preference key
     62     * @return the preference value for the preference key "message." + <code>prefKey</code> + ".value"
    6363     */
    6464    public static Integer getDialogReturnValue(String prefKey) {
Note: See TracChangeset for help on using the changeset viewer.