fix watch

This commit is contained in:
Looly
2019-12-09 17:48:25 +08:00
parent dc94761c43
commit a5e9f119b6
3 changed files with 13 additions and 136 deletions

View File

@@ -44,7 +44,7 @@ public class WatchMonitorTest {
}
};
WatchMonitor monitor = WatchMonitor.createAll("d:/aaa/aaa.txt", new DelayWatcher(watcher, 500));
WatchMonitor monitor = WatchMonitor.createAll("d:/test/aaa.txt", new DelayWatcher(watcher, 500));
monitor.setMaxDepth(0);
monitor.start();