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/physical/Maze.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ch/epfl/maze/physical/Maze.java') diff --git a/src/ch/epfl/maze/physical/Maze.java b/src/ch/epfl/maze/physical/Maze.java index 51b9811..d3ba645 100644 --- a/src/ch/epfl/maze/physical/Maze.java +++ b/src/ch/epfl/maze/physical/Maze.java @@ -8,6 +8,7 @@ import java.util.List; * Every animal added will have its position set to the starting point. The * animal is removed from the maze when it finds the exit. * + * @author EPFL * @author Pacien TRAN-GIRARD */ public final class Maze extends World { -- cgit v1.2.3