Commit 7e49a023 authored by izeye's avatar izeye Committed by Phillip Webb

Fix Restarter.setEnabled() to use parameter

Closes gh-3370
parent 36faae95
......@@ -195,7 +195,7 @@ public class Restarter {
* @param enabled if restart support is enabled
*/
private void setEnabled(boolean enabled) {
this.enabled = false;
this.enabled = enabled;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment