Ignore:
Timestamp:
2010-01-09T23:38:57+01:00 (15 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/CredentialsManagerResponse.java

    r2711 r2801  
    44/**
    55 * CredentialsManagerResponse represents the response from {@see CredentialsManager#getCredentials(java.net.Authenticator.RequestorType, boolean)}.
    6  * 
     6 *
    77 * The response consists of the username and the password the requested credentials consists of.
    88 * In addition, it provides information whether authentication was canceled by the user, i.e.
    99 * because he or she canceled a username/password dialog (see {@see #isCanceled()}.
    10  * 
     10 *
    1111 */
    1212public class CredentialsManagerResponse {
Note: See TracChangeset for help on using the changeset viewer.