Skip to content

Commit fae06af

Browse files
authored
Merge pull request #442 from KangZhiDong/master
Fix typo
2 parents 0f8799f + 898005c commit fae06af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public void afterPropertiesSet() throws Exception {
479479
* Build a {@code SqlSessionFactory} instance.
480480
*
481481
* The default implementation uses the standard MyBatis {@code XMLConfigBuilder} API to build a
482-
* {@code SqlSessionFactory} instance based on an Reader. Since 1.3.0, it can be specified a {@link Configuration}
482+
* {@code SqlSessionFactory} instance based on a Reader. Since 1.3.0, it can be specified a {@link Configuration}
483483
* instance directly(without config file).
484484
*
485485
* @return SqlSessionFactory

0 commit comments

Comments
 (0)