- Timestamp:
- 2020-01-20T20:51:21+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/FileWatcher.java
r14128 r15738 55 55 watcher = FileSystems.getDefault().newWatchService(); 56 56 thread = new Thread((Runnable) this::processEvents, "File Watcher"); 57 } catch (IOException e) {57 } catch (IOException | UnsupportedOperationException | UnsatisfiedLinkError e) { 58 58 Logging.error(e); 59 59 }
Note:
See TracChangeset
for help on using the changeset viewer.