From e5ea35c97ac4aef75686fbd1f0b7503c53f0f750 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 May 2024 13:00:06 +0200 Subject: [PATCH] Fix mis-formatted comment --- src/ch/epfl/chacun/gui/BoardUI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ch/epfl/chacun/gui/BoardUI.java b/src/ch/epfl/chacun/gui/BoardUI.java index aa52fdb..02eaf1e 100644 --- a/src/ch/epfl/chacun/gui/BoardUI.java +++ b/src/ch/epfl/chacun/gui/BoardUI.java @@ -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);