We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c16d commit c148d40Copy full SHA for c148d40
source/fundamentals/transactions.txt
@@ -108,7 +108,7 @@ and commit a multi-document insert operation through the following steps:
108
.. literalinclude:: /includes/fundamentals/code-snippets/Transaction.java
109
:language: java
110
:start-after: start transaction
111
- :end-after: end transaction
+ :end-before: end transaction
112
113
If you require more control over your transactions, you can use the ``startTransaction()``
114
method. This method allows you to explicitly commit or abort the transaction and manually
0 commit comments