summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/tests/GhostsTest.java
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-11-24 21:57:44 +0100
committerPacien TRAN-GIRARD2015-11-24 21:57:44 +0100
commit5c943f7c7b53d850d7ad3413183fef7f001c6cc4 (patch)
treedd6a5ad99612e9e06fea6c1b42b5610873300677 /src/ch/epfl/maze/tests/GhostsTest.java
parentf312719bf9df140a22406a4e40c5221a86cd8073 (diff)
downloadmaze-solver-5c943f7c7b53d850d7ad3413183fef7f001c6cc4.tar.gz
Optimise imports
Diffstat (limited to 'src/ch/epfl/maze/tests/GhostsTest.java')
-rw-r--r--src/ch/epfl/maze/tests/GhostsTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/tests/GhostsTest.java b/src/ch/epfl/maze/tests/GhostsTest.java
index 35dddbf..2195443 100644
--- a/src/ch/epfl/maze/tests/GhostsTest.java
+++ b/src/ch/epfl/maze/tests/GhostsTest.java
@@ -16,8 +16,6 @@ import ch.epfl.maze.util.Vector2D;
16import junit.framework.TestCase; 16import junit.framework.TestCase;
17import org.junit.Test; 17import org.junit.Test;
18 18
19import java.util.Set;
20
21/** 19/**
22 * Test suite for ghosts implementation. 20 * Test suite for ghosts implementation.
23 * 21 *