Skip to content

Commit

Permalink
Remove AbstractWatchService
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Jun 18, 2022
1 parent e008ac7 commit 74d29ef
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 962 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
*/
package org.openhab.core.automation.internal.provider.file;

import static java.nio.file.StandardWatchEventKinds.*;

import java.io.File;
import java.nio.file.Path;

import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.service.AbstractWatchService;
import org.openhab.core.service.WatchService;

/**
Expand Down

This file was deleted.

Loading

0 comments on commit 74d29ef

Please sign in to comment.