From 5c943f7c7b53d850d7ad3413183fef7f001c6cc4 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 24 Nov 2015 21:57:44 +0100 Subject: Optimise imports --- src/ch/epfl/maze/tests/AnimalTest.java | 2 -- src/ch/epfl/maze/tests/GhostsTest.java | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/ch/epfl/maze') 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; import junit.framework.TestCase; import org.junit.Test; -import java.util.Set; - /** * Test case for {@code Animal} implementation. */ 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; import junit.framework.TestCase; import org.junit.Test; -import java.util.Set; - /** * Test suite for ghosts implementation. * -- cgit v1.2.3