Skip to content

Commit

Permalink
Fix mis-formatted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed May 1, 2024
1 parent 52cc573 commit e5ea35c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ch/epfl/chacun/gui/BoardUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ private record CellData(Image tileImage, Rotation tileRotation, Color veilColor)

/**
* Validates the given tile image, rotation and veil color.
*
*/
public CellData {
Objects.requireNonNull(tileImage);
Expand Down

0 comments on commit e5ea35c

Please sign in to comment.