mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Polish (avoid dot at the end of the line)
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user