Polish (avoid dot at the end of the line)

This commit is contained in:
Stephane Nicoll 2015-06-25 11:58:21 +02:00
parent 56b13800ae
commit 43b9ea53d6
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class JooqProperties { public class JooqProperties {
/** /**
* SQLDialect JOOQ used when communicating with the configured datasource, e.g. * SQLDialect JOOQ used when communicating with the configured datasource, for
* "POSTGRES". * instance "POSTGRES".
*/ */
private String sqlDialect; private String sqlDialect;