Changeset 35791 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-07-17T14:17:15+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/http2/src/org/openstreetmap/josm/plugins/http2/Http2Client.java
r35790 r35791 55 55 } 56 56 57 protectedHttpRequest createRequest() throws IOException {57 HttpRequest createRequest() throws IOException { 58 58 HttpRequest.Builder requestBuilder; 59 59 try {
Note:
See TracChangeset
for help on using the changeset viewer.