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
  • Loading branch information
dmitrykuzmin committed Sep 3, 2020
2 parents a1fb917 + e9c6cd4 commit adcb6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.spine.test.procman.ProjectId;

/**
* A migration which sets the process name to a predefined {@linkplain #NEW_NAME value}.
* Sets the process {@code name} to a predefined {@linkplain #NEW_NAME value}.
*/
public final class SetTestProcessName
extends ProcessManagerMigration<ProjectId, TestProcessManager, Project, Project.Builder> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.spine.test.projection.ProjectId;

/**
* A migration which sets the projection name to a predefined {@linkplain #NEW_NAME value}.
* Sets the projection {@code name} to a predefined {@linkplain #NEW_NAME value}.
*/
public final class SetTestProjectionName
extends ProjectionMigration<ProjectId, TestProjection, Project, Project.Builder> {
Expand Down

0 comments on commit adcb6ba

Please sign in to comment.