This commit is contained in:
izeye
2021-02-13 23:18:27 +09:00
committed by Stephane Nicoll
parent 3471adcf09
commit f48893def5
3 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.boot.devtools.filewatch.ChangedFile;
/**
* Strategy interface used to determine when a changed classpath file should trigger a
* full application restart. For example, static web resources might not require a full
* restart where as class files would.
* restart whereas class files would.
*
* @author Phillip Webb
* @since 1.3.0