- Timestamp:
- 2012-01-20T15:23:39+01:00 (13 years 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.