Changeset 31152 in osm for applications/editors/josm/plugins/sds/src
- Timestamp:
- 2015-05-25T13:30:20+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsApi.java
r30738 r31152 484 484 485 485 if (activeConnection.getResponseCode() == HttpURLConnection.HTTP_PROXY_AUTH) 486 throw new OsmTransferCanceledException(); 486 throw new OsmTransferCanceledException(tr("Proxy Authentication Required")); 487 487 488 488 String encoding = activeConnection.getContentEncoding();
Note:
See TracChangeset
for help on using the changeset viewer.