Skip to content

Commit

Permalink
Fix a stupid copypaste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Oct 21, 2023
1 parent 77c4eec commit 6d00833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Data
@ToString(onlyExplicitlyIncluded = true, callSuper = true)
@EqualsAndHashCode(onlyExplicitlyIncluded = true, callSuper = true)
@Type("leagueSeasonScore")
@Type("leagueScoreJournal")
public class LeagueScoreJournal extends AbstractEntity<LeagueScoreJournal> {
private Integer gameId;
private Integer loginId;
Expand Down

0 comments on commit 6d00833

Please sign in to comment.