Ignore:
Timestamp:
2010-08-29T14:55:25+02:00 (13 years ago)
Author:
jttt
Message:

cosmetics

File:
1 edited

Legend:

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

    r3425 r3479  
    66import oauth.signpost.basic.DefaultOAuthConsumer;
    77import oauth.signpost.basic.DefaultOAuthProvider;
    8 import oauth.signpost.signature.HmacSha1MessageSigner;
    98
    109import org.openstreetmap.josm.data.Preferences;
     
    1312/**
    1413 * This class manages a set of OAuth parameters.
    15  * 
     14 *
    1615 */
    1716public class OAuthParameters {
     
    2726     * Replies a set of default parameters for a consumer accessing the standard OSM server
    2827     * at http://api.openstreetmap.org/api
    29      * 
     28     *
    3029     * @return a set of default parameters
    3130     */
     
    4241    /**
    4342     * Replies a set of parameters as defined in the preferences.
    44      * 
     43     *
    4544     * @param pref the preferences
    4645     * @return the parameters
     
    6160    /**
    6261     * Clears the preferences for OAuth parameters
    63      * 
     62     *
    6463     * @param pref the preferences in which keys related to OAuth parameters are
    6564     * removed
     
    8483    /**
    8584     * Creates a clone of the parameters in <code>other</code>.
    86      * 
     85     *
    8786     * @param other the other parameters. Must not be null.
    8887     * @throws IllegalArgumentException thrown if other is null
     
    130129    /**
    131130     * Builds an {@see OAuthConsumer} based on these parameters
    132      * 
     131     *
    133132     * @return the consumer
    134133     */
     
    140139    /**
    141140     * Builds an {@see OAuthProvider} based on these parameters and a OAuth consumer <code>consumer</code>.
    142      * 
     141     *
    143142     * @param consumer the consumer. Must not be null.
    144143     * @return the provider
Note: See TracChangeset for help on using the changeset viewer.