Warnings hunt.

This commit is contained in:
Zukero
2018-02-13 15:26:13 +01:00
parent 1604373e6c
commit 78ceacb0ce
14 changed files with 48 additions and 41 deletions

View File

@@ -99,7 +99,7 @@ public class TMXMapSet implements ProjectTreeNode {
while(getProject().open) {
try {
watchService = FileSystems.getDefault().newWatchService();
WatchKey watchKey = folderPath.register(watchService, StandardWatchEventKinds.ENTRY_MODIFY);
/*WatchKey watchKey = */folderPath.register(watchService, StandardWatchEventKinds.ENTRY_MODIFY);
WatchKey wk;
validService: while(getProject().open) {
wk = watchService.take();