Skip to content

Commit 551e95a

Browse files
committed
Merge pull request #51 from kazuki43zoo/fix-doc
config -> configLocation in javadoc
2 parents 29c2c1a + d90b2b6 commit 551e95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class MybatisProperties {
6868
private ExecutorType executorType;
6969

7070
/**
71-
* A Configuration object for customize default settings. If {@link #config}
71+
* A Configuration object for customize default settings. If {@link #configLocation}
7272
* is specified, this property is not used.
7373
*/
7474
private Configuration configuration;

0 commit comments

Comments
 (0)