Skip to content

Commit

Permalink
Hide no osx specifics until it's all integrated into one class
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanzyl committed Mar 13, 2016
1 parent f4837ab commit 2f481f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/takari/watcher/DirectoryWatcherJdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import com.google.common.hash.HashCode;

public class DirectoryWatcherJdk {
class DirectoryWatcherJdk {

private final WatchService watcher;
private final DirectoryChangeListener listener;
Expand Down

0 comments on commit 2f481f7

Please sign in to comment.