From fb492341a1d05590c5230e8e0bd5e48f530944fe Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 24 Nov 2015 11:15:53 +0100 Subject: Properly set class authors --- src/ch/epfl/maze/util/LabyrinthGenerator.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ch/epfl/maze/util/LabyrinthGenerator.java') 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; /** * Generates a set of pre-computed labyrinth structures + * + * @author EPFL */ public final class LabyrinthGenerator { -- cgit v1.2.3