Align appendix edits with source code

Port editing changes from append to java source files to ensure that
IDE meta-data also reflects the improvements.

Closes gh-10870
This commit is contained in:
Phillip Webb
2017-11-20 15:46:39 -08:00
parent 3e5b7dd4ac
commit e82913dd5a
59 changed files with 375 additions and 358 deletions

View File

@@ -64,7 +64,7 @@ public class DevToolsProperties {
+ "**/*Test.class,**/*Tests.class,git.properties,META-INF/build-info.properties";
/**
* Enable automatic restart.
* Whether to enable automatic restart.
*/
private boolean enabled = true;
@@ -90,8 +90,8 @@ public class DevToolsProperties {
private Duration quietPeriod = Duration.ofMillis(400);
/**
* Name of a specific file that when changed will trigger the restart check. If
* not specified any classpath file change will trigger the restart.
* Name of a specific file that, when changed, triggers the restart check. If not
* specified, any classpath file change will trigger the restart.
*/
private String triggerFile;
@@ -176,7 +176,7 @@ public class DevToolsProperties {
public static class Livereload {
/**
* Enable a livereload.com compatible server.
* Whether to enable a livereload.com-compatible server.
*/
private boolean enabled = true;

View File

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