From 6a4221ab87822872a7792717c06491941e0e19b3 Mon Sep 17 00:00:00 2001
From: arnaudlabourel <arnaud.labourel@univ-amu.fr>
Date: Tue, 26 Sep 2023 11:50:06 +0200
Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20config=20junit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/java/ByteGrayColor.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/ByteGrayColor.java b/src/main/java/ByteGrayColor.java
index 70e3b97..c3e784b 100644
--- a/src/main/java/ByteGrayColor.java
+++ b/src/main/java/ByteGrayColor.java
@@ -10,6 +10,8 @@ public class ByteGrayColor implements GrayColor {
     private static final int MAXIMUM_GRAY_LEVEL = 255;
     private static final int OPACITY = 1;
 
+    // TODO : add static ByteGrayColors WHITE and BLACK
+
     private final int grayLevel;
 
 
-- 
GitLab