Polish
Closes gh-11242
This commit is contained in:
committed by
Stephane Nicoll
parent
eec9597d91
commit
2c204f2154
@@ -40,7 +40,7 @@ public class DevToolsProperties {
|
||||
private Livereload livereload = new Livereload();
|
||||
|
||||
@NestedConfigurationProperty
|
||||
private RemoteDevToolsProperties remote = new RemoteDevToolsProperties();
|
||||
private final RemoteDevToolsProperties remote = new RemoteDevToolsProperties();
|
||||
|
||||
public Restart getRestart() {
|
||||
return this.restart;
|
||||
|
||||
Reference in New Issue
Block a user