Skip to content

Commit 9a8c333

Browse files
committed
removed wrong phrase from javadoc
1 parent 229548c commit 9a8c333

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
* "sqlSessionFactory" property or as a constructor argument.
6666
* <p>
6767
* SqlSessionTemplate is thread safe, so a single instance can be shared by all DAOs; there
68-
* should also be a small memory savings by doing this. To support a shared template, this class has
69-
* a constructor that accepts an SqlSessionTemplate. This pattern can be used in Spring
68+
* should also be a small memory savings by doing this. This pattern can be used in Spring
7069
* configuration files as follows:
7170
*
7271
* <pre class="code">

0 commit comments

Comments
 (0)