Fix class names to resolve build issue

This commit is contained in:
Bobby Warner
2020-08-28 15:09:26 -05:00
parent 0b0722fdd4
commit e57bd40f75
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