Ignore:
Timestamp:
2020-10-13T23:13:00+02:00 (4 years ago)
Author:
simon04
Message:

see #15102 - see #16637 - get rid of real HTTP calls to https://www.openstreetmap.org/login in OsmOAuthAuthorizationClientTest, mock them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java

    r16643 r17196  
    4747    private HttpClient connection;
    4848
    49     private static class SessionId {
    50         private String id;
    51         private String token;
    52         private String userName;
     49    protected static class SessionId {
     50        protected String id;
     51        protected String token;
     52        protected String userName;
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.