Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-migrations' into fix-migrations
Browse files Browse the repository at this point in the history
# Conflicts:
#	server/src/main/java/io/spine/server/entity/Migration.java
  • Loading branch information
dmitrykuzmin committed Sep 3, 2020
2 parents 453e45f + 7cc8d0d commit 2b1c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/io/spine/server/entity/Migration.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public abstract class Migration<I, E extends TransactionalEntity<I, S, ?>, S ext
private @Nullable Operation<I, S, E> currentOperation;

/**
* Applies the migration {@linkplain Operation operation} to a given entity.
* Applies the migration {@linkplain Operation operation} to a given {@code entity}.
*/
final void applyTo(E entity, RecordBasedRepository<I, E, S> repository) {
currentOperation = new Operation<>(entity, repository);
Expand Down

0 comments on commit 2b1c011

Please sign in to comment.