summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/util/LabyrinthGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/util/LabyrinthGenerator.java')
-rw-r--r--src/ch/epfl/maze/util/LabyrinthGenerator.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/util/LabyrinthGenerator.java b/src/ch/epfl/maze/util/LabyrinthGenerator.java
index 9e47c25..f753173 100644
--- a/src/ch/epfl/maze/util/LabyrinthGenerator.java
+++ b/src/ch/epfl/maze/util/LabyrinthGenerator.java
@@ -9,6 +9,8 @@ import java.util.regex.Pattern;
9 9
10/** 10/**
11 * Generates a set of pre-computed labyrinth structures 11 * Generates a set of pre-computed labyrinth structures
12 *
13 * @author EPFL
12 */ 14 */
13public final class LabyrinthGenerator { 15public final class LabyrinthGenerator {
14 16