Skip to content

Commit 1d69b3d

Browse files
committed
Related to #346. Fix other language's xmls
1 parent b1dcbe2 commit 1d69b3d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/site/es/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ ps.setInt(1,id);]]></source>
220220
timeout="20">
221221
222222
<update
223-
id="insertAuthor"
223+
id="updateAuthor"
224224
parameterType="domain.blog.Author"
225225
flushCache="true"
226226
statementType="PREPARED"
227227
timeout="20">
228228
229229
<delete
230-
id="insertAuthor"
230+
id="deleteAuthor"
231231
parameterType="domain.blog.Author"
232232
flushCache="true"
233233
statementType="PREPARED"

src/site/ja/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ ps.setInt(1,id);]]></source>
254254
timeout="20">
255255
256256
<update
257-
id="insertAuthor"
257+
id="updateAuthor"
258258
parameterType="domain.blog.Author"
259259
flushCache="true"
260260
statementType="PREPARED"
261261
timeout="20">
262262
263263
<delete
264-
id="insertAuthor"
264+
id="deleteAuthor"
265265
parameterType="domain.blog.Author"
266266
flushCache="true"
267267
statementType="PREPARED"

src/site/ko/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ ps.setInt(1,id);]]></source>
201201
timeout="20">
202202
203203
<update
204-
id="insertAuthor"
204+
id="updateAuthor"
205205
parameterType="domain.blog.Author"
206206
flushCache="true"
207207
statementType="PREPARED"
208208
timeout="20">
209209
210210
<delete
211-
id="insertAuthor"
211+
id="deleteAuthor"
212212
parameterType="domain.blog.Author"
213213
flushCache="true"
214214
statementType="PREPARED"

src/site/zh/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ ps.setInt(1,id);]]></source>
220220
timeout="20">
221221
222222
<update
223-
id="insertAuthor"
223+
id="updateAuthor"
224224
parameterType="domain.blog.Author"
225225
flushCache="true"
226226
statementType="PREPARED"
227227
timeout="20">
228228
229229
<delete
230-
id="insertAuthor"
230+
id="deleteAuthor"
231231
parameterType="domain.blog.Author"
232232
flushCache="true"
233233
statementType="PREPARED"

0 commit comments

Comments
 (0)