Changeset 4826 in josm


Ignore:
Timestamp:
20.01.2012 15:23:39 (4 months 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.