Browse Source

DATAMONGO-2288 - Fix wrong indentation on documentation code sample.

Original pull request: #758.
pull/761/head
Hippolyte Durix 7 years ago committed by Mark Paluch
parent
commit
f5c00b6978
  1. 2
      src/main/asciidoc/reference/client-session-transactions.adoc

2
src/main/asciidoc/reference/client-session-transactions.adoc

@ -163,7 +163,7 @@ txTemplate.execute(new TransactionCallbackWithoutResult() { @@ -163,7 +163,7 @@ txTemplate.execute(new TransactionCallbackWithoutResult() {
process(step);
template.update(Step.class).apply(Update.set("state", // ...
template.update(Step.class).apply(Update.set("state", // ...
};
});
----

Loading…
Cancel
Save