Skip to content

Commit b01d0d8

Browse files
committed
removed extra ; thanks Nan Lei
1 parent 923ef6c commit b01d0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/templates_support.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
for (User user : users) {
139139
sqlSession.insert("org.mybatis.spring.sample.mapper.UserMapper.insertUser", user);
140140
}
141-
};]]></programlisting>
141+
}]]></programlisting>
142142
</para>
143143

144144
<para>

0 commit comments

Comments
 (0)