- Timestamp:
- 2018-09-02T18:59:44+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/RemoteControlHttpsServer.java
r14138 r14217 417 417 if (!server.isClosed()) { 418 418 Logging.error(e); 419 } else { 420 // stop the thread automatically if server is stopped 421 return; 419 422 } 420 423 } catch (IOException ioe) {
Note:
See TracChangeset
for help on using the changeset viewer.