Restore configuration metadata for spring.web.resources.chain.enabled

See b6e4533296
This commit is contained in:
Stéphane Nicoll
2025-08-18 11:41:07 +02:00
parent 34e6a0debf
commit dc68142bd1
@@ -188,7 +188,7 @@ public class WebProperties {
return this.customized || getStrategy().hasBeenCustomized();
}
public void setEnabled(boolean enabled) {
public void setEnabled(Boolean enabled) {
this.enabled = enabled;
this.customized = true;
}