Changeset 13179 in josm
- Timestamp:
- 2017-12-02T00:00:34+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/HttpClient.java
r13099 r13179 20 20 import java.util.Map; 21 21 import java.util.Map.Entry; 22 import java.util.NoSuchElementException; 22 23 import java.util.Optional; 23 24 import java.util.Scanner; … … 145 146 DefaultAuthenticator.getInstance().addFailedCredentialHost(url.getHost()); 146 147 } 147 } catch (IOException | IllegalArgumentException e) { 148 } catch (IOException | IllegalArgumentException | NoSuchElementException e) { 148 149 Logging.info("{0} {1} -> !!!", requestMethod, url); 149 150 Logging.warn(e);
Note:
See TracChangeset
for help on using the changeset viewer.