Skip to content

Commit 9cfac74

Browse files
an -> a
an -> a
1 parent 1e1bf2a commit 9cfac74

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
@@ -68,7 +68,7 @@
6868
import static org.springframework.util.StringUtils.tokenizeToStringArray;
6969

7070
/**
71-
* {@code FactoryBean} that creates an MyBatis {@code SqlSessionFactory}. This is the usual way to set up a shared
71+
* {@code FactoryBean} that creates a MyBatis {@code SqlSessionFactory}. This is the usual way to set up a shared
7272
* MyBatis {@code SqlSessionFactory} in a Spring application context; the SqlSessionFactory can then be passed to
7373
* MyBatis-based DAOs via dependency injection.
7474
*

0 commit comments

Comments
 (0)