Skip to content

Commit faba8e3

Browse files
committed
http://code.google.com/p/mybatis/issues/detail?id=106 : [mybatis-spring] minor fixes to user manual by Eduardo Macarron
1 parent 4760acc commit faba8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbkx/templates_support.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
</section>
4444

4545
<section id="templates_support.support">
46-
<title></title>
46+
<title>SqlSessionDaoTemplate</title>
4747
<para>
4848
<literal>SqlSessionDaoTemplate</literal> is able to create a new <literal>SqlSession</literal> or get the
4949
active <literal>SqlSession</literal> from current transaction. It also translates exceptions to Spring's
50-
generic<literal>DataAccessException</literal> hierarchy.
50+
generic <literal>DataAccessException</literal> hierarchy.
5151
</para>
5252

5353
<para>

0 commit comments

Comments
 (0)