This commit is contained in:
Phillip Webb
2015-07-05 22:34:36 -07:00
parent e8085016ba
commit 35379f627a
6 changed files with 32 additions and 30 deletions

View File

@@ -48,8 +48,8 @@ public class ClassPathFileSystemWatcher implements InitializingBean, DisposableB
/**
* Create a new {@link ClassPathFileSystemWatcher} instance.
* @param fileSystemWatcherFactory a factory to create
* the underlying {@link FileSystemWatcher} used to monitor the local file system
* @param fileSystemWatcherFactory a factory to create the underlying
* {@link FileSystemWatcher} used to monitor the local file system
* @param restartStrategy the classpath restart strategy
* @param urls the URLs to watch
*/