Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 7, 2024
1 parent c9f1eda commit 33e6e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/uniovi/dto/PlayerDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@ToString
public class PlayerDto {

Expand Down

0 comments on commit 33e6e90

Please sign in to comment.