Changeset 17196 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-10-13T23:13:00+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java
r16643 r17196 47 47 private HttpClient connection; 48 48 49 pr ivatestatic class SessionId {50 pr ivateString id;51 pr ivateString token;52 pr ivateString userName;49 protected static class SessionId { 50 protected String id; 51 protected String token; 52 protected String userName; 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.