Skip to content

Commit bdb33da

Browse files
committed
Re-do change for mybatis#339
1 parent 79d36b2 commit bdb33da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
import org.apache.ibatis.session.SqlSession;
3838

3939
/**
40+
*
41+
* The default implementation for {@link SqlSession}.
42+
* Note that this class is not Thread-Safe.
43+
*
4044
* @author Clinton Begin
4145
*/
4246
public class DefaultSqlSession implements SqlSession {

0 commit comments

Comments
 (0)