Browse Source

Merge pull request #11947 from Michael Simons

* gh-11947:
  Polish
pull/11947/merge
Andy Wilkinson 8 years ago
parent
commit
83f65a38b1
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java

@ -74,5 +74,5 @@ class InfluxPropertiesConfigAdapter extends @@ -74,5 +74,5 @@ class InfluxPropertiesConfigAdapter extends
public boolean autoCreateDb() {
return get(InfluxProperties::getAutoCreateDb, InfluxConfig.super::autoCreateDb);
}
}

Loading…
Cancel
Save