diff options
Diffstat (limited to 'test/ch')
-rw-r--r-- | test/ch/epfl/xblast/simulation/ConsoleSimulation.java (renamed from test/ch/epfl/xblast/simulation/RandomSimulation.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ch/epfl/xblast/simulation/RandomSimulation.java b/test/ch/epfl/xblast/simulation/ConsoleSimulation.java index 3888650..35c0eb8 100644 --- a/test/ch/epfl/xblast/simulation/RandomSimulation.java +++ b/test/ch/epfl/xblast/simulation/ConsoleSimulation.java | |||
@@ -17,7 +17,7 @@ import java.util.List; | |||
17 | * | 17 | * |
18 | * @author Pacien TRAN-GIRARD (261948) | 18 | * @author Pacien TRAN-GIRARD (261948) |
19 | */ | 19 | */ |
20 | public class RandomSimulation { | 20 | public class ConsoleSimulation { |
21 | 21 | ||
22 | private static final long DISPLAY_DELAY = 50; // in milliseconds | 22 | private static final long DISPLAY_DELAY = 50; // in milliseconds |
23 | 23 | ||