diff --git a/src/main/asciidoc/reference/client-session-transactions.adoc b/src/main/asciidoc/reference/client-session-transactions.adoc index 0fd672aa8..5857df9b6 100644 --- a/src/main/asciidoc/reference/client-session-transactions.adoc +++ b/src/main/asciidoc/reference/client-session-transactions.adoc @@ -162,7 +162,7 @@ txTemplate.execute(new TransactionCallbackWithoutResult() { process(step); - template.update(Step.class).apply(Update.set("state", // ... + template.update(Step.class).apply(Update.set("state", // ... }; }); ----