Skip to content
Snippets Groups Projects
Commit af718a65 authored by LATIOUI's avatar LATIOUI
Browse files

Clean code of the first task.

parent a856ed1c
No related branches found
No related tags found
No related merge requests found
Pipeline #25981 passed
Showing
with 1 addition and 3 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
File added
File added
No preview for this file type
...@@ -2,13 +2,11 @@ package view; ...@@ -2,13 +2,11 @@ package view;
import javafx.scene.canvas.Canvas; import javafx.scene.canvas.Canvas;
import javafx.scene.paint.Color; import javafx.scene.paint.Color;
import javafx.util.Pair;
import model.BoardElement; import model.BoardElement;
import util.Position; import util.Position;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
import java.util.List;
public class FirefighterGrid extends Canvas implements Grid<model.BoardElement>{ public class FirefighterGrid extends Canvas implements Grid<model.BoardElement>{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment