Skip to content

Commit

Permalink
Reword Migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykuzmin committed Sep 3, 2020
1 parent 6692fc9 commit 9b2e61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/io/spine/server/entity/Migration.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ private Operation<I, S, E> currentOperation() {
* <p>The operation is performed in scope of an active {@link Transaction}.
*
* <p>All entity state and meta-data changes are propagated to the transaction and remain in
* pending state until a transaction {@linkplain Transaction#commit() commit} which is the
* last step of a migration operation.
* pending state until the transaction is {@linkplain Transaction#commit() committed}, which is
* the last step of a migration operation.
*
* <p>On a transaction commit, all changes are propagated to the actual entity passed to
* {@link Migration#applyTo(TransactionalEntity, RecordBasedRepository)}, modifying it in-place.
Expand Down

0 comments on commit 9b2e61f

Please sign in to comment.