Skip to content

Commit

Permalink
chore: Refactoring for consistence
Browse files Browse the repository at this point in the history
  • Loading branch information
VicenteVigueras committed Apr 8, 2024
1 parent 7eb5a3d commit 451dbcc
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 @@ -11,7 +11,7 @@
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class CreatePatronRequest {
public class CreatePatronsRequest {
@NotNull(message = "patron is required") @Valid
private PatronsRequest patron;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

@Data
@Builder
public class CreatePatronResponse {
public class CreatePatronsResponse {
private PatronsResponse patron;
}

0 comments on commit 451dbcc

Please sign in to comment.