Ignore:
Timestamp:
2010-01-09T23:38:57+01:00 (14 years ago)
Author:
stoecker
Message:

fixed line endings of recent checkins

File:
1 edited

Legend:

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

    r2748 r2801  
    106106    }
    107107
    108 
    109108    /**
    110109     * Lookup the current OAuth Access Token to access the OSM server. Replies null, if no
    111110     * Access Token is currently managed by this CredentialManager.
    112      * 
     111     *
    113112     * @return the current OAuth Access Token to access the OSM server.
    114113     * @throws CredentialsManagerException thrown if something goes wrong
     
    124123    /**
    125124     * Stores the OAuth Access Token <code>accessToken</code>.
    126      * 
     125     *
    127126     * @param accessToken the access Token. null, to remove the Access Token.
    128127     * @throws CredentialsManagerException thrown if something goes wrong
Note: See TracChangeset for help on using the changeset viewer.