mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Polish devtools documentation
See gh-3088
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ public class DevToolsProperties {
|
||||
private long quietPeriod = DEFAULT_RESTART_QUIET_PERIOD;
|
||||
|
||||
/**
|
||||
* The name of specific that that when changed will will trigger the restart. If
|
||||
* Name of a specific file that when changed will trigger the restart. If
|
||||
* not specified any classpath file change will trigger the restart.
|
||||
*/
|
||||
private String triggerFile;
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ public class RemoteDevToolsProperties {
|
||||
public static class Restart {
|
||||
|
||||
/**
|
||||
* Enable remote restart
|
||||
* Enable remote restart.
|
||||
*/
|
||||
private boolean enabled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user