Skip to content

Commit f2e562c

Browse files
committed
Update DefaultSqlSession.java
1 parent 0dd809b commit f2e562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/session/defaults/DefaultSqlSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
*
4141
* Note: This class is not Thread-Safe. Only one thread at a time should access {@link DefaultSqlSession}.
42-
* Refer <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession docs</a> for more info
42+
* Refer docs concerning <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession</a> for more info.
4343
*
4444
* @author Clinton Begin
4545
*/

0 commit comments

Comments
 (0)