Changeset 4826 in josm
- Timestamp:
- 20.01.2012 15:23:39 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/auth/AbstractCredentialsAgent.java
r4690 r4826 11 11 abstract public class AbstractCredentialsAgent implements CredentialsAgent { 12 12 13 Map<RequestorType, PasswordAuthentication> memoryCredentialsCache = new HashMap<RequestorType, PasswordAuthentication>();13 protected Map<RequestorType, PasswordAuthentication> memoryCredentialsCache = new HashMap<RequestorType, PasswordAuthentication>(); 14 14 15 15 /**
Note: See TracChangeset
for help on using the changeset viewer.
