Skip to content

Commit

Permalink
Related to mybatis#346. Fix other language's xmls
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Feb 4, 2015
1 parent b1dcbe2 commit 1d69b3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/site/es/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ ps.setInt(1,id);]]></source>
timeout="20">
<update
id="insertAuthor"
id="updateAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
timeout="20">
<delete
id="insertAuthor"
id="deleteAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
Expand Down
4 changes: 2 additions & 2 deletions src/site/ja/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,14 @@ ps.setInt(1,id);]]></source>
timeout="20">
<update
id="insertAuthor"
id="updateAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
timeout="20">
<delete
id="insertAuthor"
id="deleteAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
Expand Down
4 changes: 2 additions & 2 deletions src/site/ko/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ ps.setInt(1,id);]]></source>
timeout="20">
<update
id="insertAuthor"
id="updateAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
timeout="20">
<delete
id="insertAuthor"
id="deleteAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
Expand Down
4 changes: 2 additions & 2 deletions src/site/zh/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ ps.setInt(1,id);]]></source>
timeout="20">
<update
id="insertAuthor"
id="updateAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
timeout="20">
<delete
id="insertAuthor"
id="deleteAuthor"
parameterType="domain.blog.Author"
flushCache="true"
statementType="PREPARED"
Expand Down

0 comments on commit 1d69b3d

Please sign in to comment.