Skip to content
Snippets Groups Projects
Commit d51ba411 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Supression constructeur de ByteGreyColor sans argument

parent 5c7b89a3
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,6 @@ public class ByteGrayColor implements GrayColor {
private final int grayLevel;
public ByteGrayColor(){
this.grayLevel = MINIMUM_GRAY_LEVEL;
}
public ByteGrayColor(int grayLevel) {
// TODO : Corriger l'initialisation de la propriété grayLevel de l'instance.
this.grayLevel = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment