Changeset 6123 in josm
- Timestamp:
- 2013-08-09T11:19:41+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r6110 r6123 574 574 HttpURLConnection connection = (HttpURLConnection) httpURL.openConnection(); 575 575 connection.setRequestProperty("User-Agent", Version.getInstance().getFullAgentString()); 576 connection.setUseCaches(false); 576 577 return connection; 577 578 }
Note:
See TracChangeset
for help on using the changeset viewer.