Changeset 3530 in josm for trunk/src/org/openstreetmap/josm/gui/oauth/RetrieveAccessTokenTask.java
- Timestamp:
- 2010-09-15T08:21:16+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/RetrieveAccessTokenTask.java
r3083 r3530 21 21 /** 22 22 * Asynchronous task for retrieving an Access Token. 23 * 23 * 24 24 */ 25 25 public class RetrieveAccessTokenTask extends PleaseWaitRunnable { … … 34 34 /** 35 35 * Creates the task 36 * 36 * 37 37 * @param parent the parent component relative to which the {@see PleaseWaitRunnable}-Dialog 38 38 * is displayed … … 99 99 /** 100 100 * Replies true if the task was canceled. 101 * 101 * 102 102 * @return 103 103 */ … … 108 108 /** 109 109 * Replies the retrieved Access Token. null, if something went wrong. 110 * 110 * 111 111 * @return the retrieved Access Token 112 112 */
Note:
See TracChangeset
for help on using the changeset viewer.
