Skip to content

Commit 1cccd6e

Browse files
committed
Reduce visibility of MacWatchKey to package-private
1 parent 4087179 commit 1cccd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/engineering/swat/watch/impl/mac/MacWatchKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
import com.sun.nio.file.ExtendedWatchEventModifier;
4545

46-
public class MacWatchKey implements WatchKey {
46+
class MacWatchKey implements WatchKey {
4747
private final MacWatchable watchable;
4848
private final MacWatchService service;
4949
private final BlockingQueue<WatchEvent<?>> pendingEvents;

0 commit comments

Comments
 (0)