Skip to content

Commit

Permalink
simple refactoring. Improve parameter name for clarity and better nam…
Browse files Browse the repository at this point in the history
…ing conventions of patterns adopted in the project
  • Loading branch information
rcsoyer committed Aug 10, 2023
1 parent 69e10bf commit 3c18b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Mapper
public interface PersonMapper {

Person from(PersonCreateRequest command);
Person from(PersonCreateRequest request);

PersonCreateResponse to(Person person);
}

0 comments on commit 3c18b42

Please sign in to comment.