Skip to content

Commit

Permalink
Improve doc of server/src/main/java/io/spine/server/entity/Migration.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Yuri Sergiichuk <[email protected]>
  • Loading branch information
dmitrykuzmin and yuri-sergiichuk committed Sep 3, 2020
1 parent 47baf5c commit 7cc8d0d
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}.
*
* @see Operation Migration.Operation for details
*/
Expand Down

0 comments on commit 7cc8d0d

Please sign in to comment.