Browse Source

Polish (avoid dot at the end of the line)

pull/3123/head
Stephane Nicoll 11 years ago
parent
commit
43b9ea53d6
  1. 4
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java

4
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqProperties.java

@ -28,8 +28,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; @@ -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;

Loading…
Cancel
Save