Fix class names to resolve build issue
This commit is contained in:
@@ -2,7 +2,7 @@ package org.springsource.loaded.agent;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface AbstractFileSystemWatcher {
|
||||
public interface FileSystemWatcherInterface {
|
||||
/**
|
||||
* Shutdown the thread.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user