From 43b9ea53d644094785408d35d13da5b1a2d108b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 25 Jun 2015 11:58:21 +0200 Subject: [PATCH] Polish (avoid dot at the end of the line) --- .../boot/autoconfigure/jooq/JooqProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java index c68961bb71..46195fef6e 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java @@ -28,8 +28,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; public class JooqProperties { /** - * SQLDialect JOOQ used when communicating with the configured datasource, e.g. - * "POSTGRES". + * SQLDialect JOOQ used when communicating with the configured datasource, for + * instance "POSTGRES". */ private String sqlDialect;