Skip to content

Commit 1b3faaf

Browse files
authored
Merge pull request #206 from bakenezumi/master
Fix a wrong annotation parameter in a Docs example.
2 parents 400f7e5 + 517ddee commit 1b3faaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/query/delete.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ignoreVersion
6161

6262
.. code-block:: java
6363
64-
@Delete(includeVersion = true)
64+
@Delete(ignoreVersion = true)
6565
int delete(Employee employee);
6666
6767
suppressOptimisticLockException
@@ -128,7 +128,7 @@ ignoreVersion
128128

129129
.. code-block:: java
130130
131-
@Delete(sqlFile = true, includeVersion = true)
131+
@Delete(sqlFile = true, ignoreVersion = true)
132132
int delete(Employee employee);
133133
134134
suppressOptimisticLockException

0 commit comments

Comments
 (0)