summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/main
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-11-24 11:15:53 +0100
committerPacien TRAN-GIRARD2015-11-24 11:15:53 +0100
commitfb492341a1d05590c5230e8e0bd5e48f530944fe (patch)
tree1bd1e9a30239cf8f3415f1c2d1ef6df04dab91cc /src/ch/epfl/maze/main
parentbc477506342411e9156b3230d847cb92bcb8e5f9 (diff)
downloadmaze-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.java2
-rw-r--r--src/ch/epfl/maze/main/Program.java2
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 */
25public class Console { 27public 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 */
20public class Program { 22public class Program {
21 23