Polish devtools documentation

See gh-3088
This commit is contained in:
Stephane Nicoll
2015-06-11 09:33:09 +02:00
parent e687c9456f
commit fcb45a4bb7
5 changed files with 25 additions and 7 deletions

View File

@@ -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;

View File

@@ -85,7 +85,7 @@ public class RemoteDevToolsProperties {
public static class Restart {
/**
* Enable remote restart
* Enable remote restart.
*/
private boolean enabled = true;