Changeset 7473 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-08-31T01:30:58+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r7436 r7473 653 653 throw new IllegalArgumentException("Invalid HTTP url"); 654 654 } 655 if (Main.isDebugEnabled()) { 656 Main.debug("Opening HTTP connection to "+httpURL.toExternalForm()); 657 } 655 658 HttpURLConnection connection = (HttpURLConnection) httpURL.openConnection(); 656 659 connection.setRequestProperty("User-Agent", Version.getInstance().getFullAgentString());
Note:
See TracChangeset
for help on using the changeset viewer.