Skip to content

Commit 1e00e54

Browse files
Apply formatter to DomaConfigBuilder.java
Co-Authored-By: [email protected] <[email protected]>
1 parent c9ad86b commit 1e00e54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure/DomaConfigBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public Dialect dialect() {
7676

7777
/**
7878
* Set the Dialect.
79-
*
79+
*
8080
* @param dialect the Dialect
8181
* @return this instance
8282
* @throws NullPointerException if dialect is null
@@ -93,7 +93,7 @@ public JdbcLogger jdbcLogger() {
9393

9494
/**
9595
* Set the JdbcLogger.
96-
*
96+
*
9797
* @param jdbcLogger the JdbcLogger
9898
* @return this instance
9999
* @throws NullPointerException if jdbcLogger is null
@@ -110,7 +110,7 @@ public SqlFileRepository sqlFileRepository() {
110110

111111
/**
112112
* Set the SqlFileRepository.
113-
*
113+
*
114114
* @param sqlFileRepository the SqlFileRepository
115115
* @return this instance
116116
* @throws NullPointerException if sqlFileRepository is null
@@ -174,7 +174,7 @@ public Naming naming() {
174174

175175
/**
176176
* Set the Naming convention.
177-
*
177+
*
178178
* @param naming the Naming convention
179179
* @return this instance
180180
* @throws NullPointerException if naming is null
@@ -209,7 +209,7 @@ public EntityListenerProvider entityListenerProvider() {
209209

210210
/**
211211
* Set the EntityListenerProvider.
212-
*
212+
*
213213
* @param entityListenerProvider the EntityListenerProvider
214214
* @return this instance
215215
* @throws NullPointerException if entityListenerProvider is null

0 commit comments

Comments
 (0)