Skip to content

Commit

Permalink
Renamed Cord to Coord (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkobarii committed Feb 1, 2024
1 parent feeaa72 commit 64769c2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public class Hex {
@EmbeddedId
private HexId key;

@Column(name = "qCord", nullable = false)
@Column(name = "qCoord", nullable = false)
private int q;

@Column(name = "rCord", nullable = false)
@Column(name = "rCoord", nullable = false)
private int r;

@Column(name = "sCord", nullable = false)
@Column(name = "sCoord", nullable = false)
private int s;

@Data
Expand Down

0 comments on commit 64769c2

Please sign in to comment.