- Timestamp:
- 2017-08-22T23:16:40+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/ProgressInputStream.java
r11553 r12622 45 45 * @param progressMonitor the monitor to report to 46 46 * @throws OsmTransferException if any I/O error occurs 47 * @deprecated use {@link org.openstreetmap.josm.tools.HttpClient.Response#getContent} 47 48 */ 49 @Deprecated 48 50 public ProgressInputStream(URLConnection con, ProgressMonitor progressMonitor) throws OsmTransferException { 49 51 if (progressMonitor == null) {
Note:
See TracChangeset
for help on using the changeset viewer.