Skip to content
Snippets Groups Projects
Commit c227fb02 authored by BEL KHALIFA Mohamed amine's avatar BEL KHALIFA Mohamed amine
Browse files

RandomUtil 3

parent 815b510c
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import java.util.List;
public class CyclicColorGenerator implements ColorGenerator {
public ArrayGrid grid;
List<Color> colors;
public List<Color> colors;
public CyclicColorGenerator(List<Color> colors) {
this.colors=colors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment