DATAMONGO-2288 - Fix wrong indentation on documentation code sample.
Original pull request: #758.
This commit is contained in:
committed by
Mark Paluch
parent
05d585896c
commit
f5c00b6978
@@ -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", // ...
|
||||
};
|
||||
});
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user