We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MacWatchKey
1 parent 4087179 commit 1cccd6eCopy full SHA for 1cccd6e
src/main/java/engineering/swat/watch/impl/mac/MacWatchKey.java
@@ -43,7 +43,7 @@
43
44
import com.sun.nio.file.ExtendedWatchEventModifier;
45
46
-public class MacWatchKey implements WatchKey {
+class MacWatchKey implements WatchKey {
47
private final MacWatchable watchable;
48
private final MacWatchService service;
49
private final BlockingQueue<WatchEvent<?>> pendingEvents;
0 commit comments