Ignore:
Timestamp:
2012-01-20T15:23:39+01:00 (12 years ago)
Author:
framm
Message:

make credentials cache accessible to subclasses

File:
1 edited

Legend:

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

    r4690 r4826  
    1111abstract public class AbstractCredentialsAgent implements CredentialsAgent {
    1212
    13     Map<RequestorType, PasswordAuthentication> memoryCredentialsCache = new HashMap<RequestorType, PasswordAuthentication>();
     13    protected Map<RequestorType, PasswordAuthentication> memoryCredentialsCache = new HashMap<RequestorType, PasswordAuthentication>();
    1414
    1515    /**
Note: See TracChangeset for help on using the changeset viewer.