Ignore:
Timestamp:
2015-10-22T16:20:56+02:00 (8 years ago)
Author:
Don-vip
Message:

javadoc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java

    r8509 r8929  
    4444
    4545    /**
    46      *
     46     * Returns the credentials needed to to access host.
    4747     * @param requestorType the type of service. {@link RequestorType#SERVER} for the OSM API server, {@link RequestorType#PROXY}
    4848     * for a proxy server
     
    5050     * @param noSuccessWithLastResponse true, if the last request with the supplied credentials failed; false otherwise.
    5151     * If true, implementations of this interface are advised to prompt the user for new credentials.
     52     * @return the credentials
    5253     * @throws CredentialsAgentException if a problem occurs in a implementation of this interface
    53 
    5454     */
    5555    CredentialsAgentResponse getCredentials(RequestorType requestorType, String host, boolean noSuccessWithLastResponse)
     
    7373    void storeOAuthAccessToken(OAuthToken accessToken) throws CredentialsAgentException;
    7474
    75 
    7675    /**
    7776     * Provide a Panel that is shown below the API password / username fields
    7877     * in the JOSM Preferences. (E.g. a warning that password is saved unencrypted.)
     78     * @return Panel
    7979     */
    8080    Component getPreferencesDecorationPanel();
    81 
    8281}
Note: See TracChangeset for help on using the changeset viewer.