Ignore:
Timestamp:
2010-09-15T08:21:16+02:00 (16 years ago)
Author:
stoecker
Message:

fix array preferences

File:
1 edited

Legend:

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

    r3083 r3530  
    2121/**
    2222 * Asynchronous task for retrieving an Access Token.
    23  * 
     23 *
    2424 */
    2525public class RetrieveAccessTokenTask extends PleaseWaitRunnable {
     
    3434    /**
    3535     * Creates the task
    36      * 
     36     *
    3737     * @param parent the parent component relative to which the {@see PleaseWaitRunnable}-Dialog
    3838     * is displayed
     
    9999    /**
    100100     * Replies true if the task was canceled.
    101      * 
     101     *
    102102     * @return
    103103     */
     
    108108    /**
    109109     * Replies the retrieved Access Token. null, if something went wrong.
    110      * 
     110     *
    111111     * @return the retrieved Access Token
    112112     */
Note: See TracChangeset for help on using the changeset viewer.