diff options
author | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
commit | fb492341a1d05590c5230e8e0bd5e48f530944fe (patch) | |
tree | 1bd1e9a30239cf8f3415f1c2d1ef6df04dab91cc /src/ch/epfl/maze/main | |
parent | bc477506342411e9156b3230d847cb92bcb8e5f9 (diff) | |
download | maze-solver-fb492341a1d05590c5230e8e0bd5e48f530944fe.tar.gz |
Properly set class authors
Diffstat (limited to 'src/ch/epfl/maze/main')
-rw-r--r-- | src/ch/epfl/maze/main/Console.java | 2 | ||||
-rw-r--r-- | src/ch/epfl/maze/main/Program.java | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/main/Console.java b/src/ch/epfl/maze/main/Console.java index 931bec4..0c273e1 100644 --- a/src/ch/epfl/maze/main/Console.java +++ b/src/ch/epfl/maze/main/Console.java | |||
@@ -21,6 +21,8 @@ import java.util.Map; | |||
21 | /** | 21 | /** |
22 | * Mini-project main program that will run the simulations multiple times and | 22 | * Mini-project main program that will run the simulations multiple times and |
23 | * show statistics on the console. | 23 | * show statistics on the console. |
24 | * | ||
25 | * @author EPFL | ||
24 | */ | 26 | */ |
25 | public class Console { | 27 | public class Console { |
26 | 28 | ||
diff --git a/src/ch/epfl/maze/main/Program.java b/src/ch/epfl/maze/main/Program.java index 043f7e5..347eace 100644 --- a/src/ch/epfl/maze/main/Program.java +++ b/src/ch/epfl/maze/main/Program.java | |||
@@ -16,6 +16,8 @@ import ch.epfl.maze.util.Vector2D; | |||
16 | 16 | ||
17 | /** | 17 | /** |
18 | * Mini-project main program that will run the simulations on a {@code Display}. | 18 | * Mini-project main program that will run the simulations on a {@code Display}. |
19 | * | ||
20 | * @author EPFL | ||
19 | */ | 21 | */ |
20 | public class Program { | 22 | public class Program { |
21 | 23 | ||