We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd809b commit f2e562cCopy full SHA for f2e562c
src/main/java/org/apache/ibatis/session/defaults/DefaultSqlSession.java
@@ -39,7 +39,7 @@
39
/**
40
*
41
* 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
+ * Refer docs concerning <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession</a> for more info.
43
44
* @author Clinton Begin
45
*/
0 commit comments