From 97a97f3784a056236b1a089e8612e5e5716a9e9a Mon Sep 17 00:00:00 2001 From: "Michael J. Simons" Date: Wed, 7 Feb 2018 13:48:56 +0100 Subject: [PATCH] Polish --- .../metrics/export/influx/InfluxPropertiesConfigAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java index c86288582f..bbe9ddb7e1 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java +++ b/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 public boolean autoCreateDb() { return get(InfluxProperties::getAutoCreateDb, InfluxConfig.super::autoCreateDb); } - + }