This commit is contained in:
Michael J. Simons
2018-02-07 13:48:56 +01:00
committed by Andy Wilkinson
parent deb94e7ff7
commit 97a97f3784

View File

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