Changeset 6643 in josm for trunk/src/org/openstreetmap/josm/io/OsmConnection.java
- Timestamp:
- 2014-01-06T16:39:45+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmConnection.java
r6552 r6643 9 9 import java.nio.CharBuffer; 10 10 import java.nio.charset.CharacterCodingException; 11 import java.nio.charset.Charset;12 11 import java.nio.charset.CharsetEncoder; 13 12 … … 42 41 HttpURLConnection.setFollowRedirects(true); 43 42 } catch (SecurityException e) { 44 e.printStackTrace();43 Main.error(e); 45 44 } 46 45 } 47 46 47 /** 48 * Cancels the connection. 49 */ 48 50 public void cancel() { 49 51 cancel = true;
Note:
See TracChangeset
for help on using the changeset viewer.
