Changeset 26509 in osm for applications/editors/josm/plugins/native-password-manager/src/org
- Timestamp:
- 2011-08-11T00:45:56+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgent.java
r26355 r26509 37 37 * to avoid prompting the user for login multiple times in one session, 38 38 * when they decide not to save the credentials. 39 * In contrast, this cache avoids read request the thebackend in general.39 * In contrast, this cache avoids read request the backend in general. 40 40 */ 41 41 private Map<RequestorType, PasswordAuthentication> credentialsCache = new HashMap<RequestorType, PasswordAuthentication>();
Note:
See TracChangeset
for help on using the changeset viewer.