Commit 5fd94702 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #3370 from izeye/patch-29

* pr/3370:
  Fix Restarter.setEnabled() to use parameter
parents 36faae95 7e49a023
......@@ -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