Skip to content

Commit dc68142

Browse files
committed
Restore configuration metadata for spring.web.resources.chain.enabled
See b6e4533
1 parent 34e6a0d commit dc68142

File tree

1 file changed

+1
-1
lines changed
  • core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+1
-1
lines changed

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ private boolean hasBeenCustomized() {
188188
return this.customized || getStrategy().hasBeenCustomized();
189189
}
190190

191-
public void setEnabled(boolean enabled) {
191+
public void setEnabled(Boolean enabled) {
192192
this.enabled = enabled;
193193
this.customized = true;
194194
}

0 commit comments

Comments
 (0)