Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

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

    r10308 r10378  
    2020        if (requestorType == null)
    2121            return null;
    22         PasswordAuthentication credentials =  lookup(requestorType, host);
     22        PasswordAuthentication credentials = lookup(requestorType, host);
    2323        final String username = (credentials == null || credentials.getUserName() == null) ? "" : credentials.getUserName();
    2424        final String password = (credentials == null || credentials.getPassword() == null) ? "" : String.valueOf(credentials.getPassword());
Note: See TracChangeset for help on using the changeset viewer.