Merge pull request #226 from bobbywarner/fix-build

Fix class names to resolve build issue
This commit is contained in:
Andy Clement
2020-08-28 16:10:05 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ package org.springsource.loaded.agent;
import java.io.File;
public interface AbstractFileSystemWatcher {
public interface FileSystemWatcherInterface {
/**
* Shutdown the thread.
*/

View File

@@ -35,7 +35,7 @@ import org.springsource.loaded.ReloadableType;
import org.springsource.loaded.agent.FileSystemWatcher;
public class FileSystemWatcherTests {
public class PollingFileSystemWatcherTests {
/**
* Create a folder, watch it then put a couple of files in and check they are detected