File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments