Changeset 10686 in josm
- Timestamp:
- 2016-07-31T13:18:01+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/CachedFile.java
r10627 r10686 482 482 Arrays.asList(Long.toString(System.currentTimeMillis()), localPathEntry.get(1))); 483 483 return localFile; 484 } else if (con.getResponseCode() == HttpURLConnection.HTTP_NOT_FOUND) { 485 throw new IOException(tr("The requested URL {0} was not found", urlStr)); 484 486 } 485 487 try (InputStream bis = new BufferedInputStream(con.getContent())) {
Note:
See TracChangeset
for help on using the changeset viewer.