summaryrefslogtreecommitdiff
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
parentf312719bf9df140a22406a4e40c5221a86cd8073 (diff)
downloadmaze-solver-5c943f7c7b53d850d7ad3413183fef7f001c6cc4.tar.gz
Optimise imports
-rw-r--r--src/ch/epfl/maze/tests/AnimalTest.java2
-rw-r--r--src/ch/epfl/maze/tests/GhostsTest.java2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/ch/epfl/maze/tests/AnimalTest.java b/src/ch/epfl/maze/tests/AnimalTest.java
index 1fd8943..123c038 100644
--- a/src/ch/epfl/maze/tests/AnimalTest.java
+++ b/src/ch/epfl/maze/tests/AnimalTest.java
@@ -6,8 +6,6 @@ import ch.epfl.maze.util.Vector2D;
6import junit.framework.TestCase; 6import junit.framework.TestCase;
7import org.junit.Test; 7import org.junit.Test;
8 8
9import java.util.Set;
10
11/** 9/**
12 * Test case for {@code Animal} implementation. 10 * Test case for {@code Animal} implementation.
13 */ 11 */
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 *