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

fix array preferences

File:
1 edited

Legend:

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

    r3083 r3530  
    1010    /**
    1111     * Creates an OAuthToken from the token currently managed by the {@see OAuthConsumer}.
    12      * 
     12     *
    1313     * @param consumer the consumer
    1414     * @return the token
     
    2323    /**
    2424     * Creates a new token
    25      * 
     25     *
    2626     * @param key the token key
    2727     * @param secret the token secret
     
    3434    /**
    3535     * Creates a clone of another token
    36      * 
     36     *
    3737     * @param other the other token. Must not be null.
    3838     * @throws IllegalArgumentException thrown if other is null
     
    4646    /**
    4747     * Replies the token key
    48      * 
     48     *
    4949     * @return the token key
    5050     */
     
    5555    /**
    5656     * Replies the token secret
    57      * 
     57     *
    5858     * @return the token secret
    5959     */
Note: See TracChangeset for help on using the changeset viewer.