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/World.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ch/epfl/maze/physical/World.java') diff --git a/src/ch/epfl/maze/physical/World.java b/src/ch/epfl/maze/physical/World.java index 9afbd5e..7d33472 100644 --- a/src/ch/epfl/maze/physical/World.java +++ b/src/ch/epfl/maze/physical/World.java @@ -10,6 +10,7 @@ import java.util.List; * World that is represented by a labyrinth of tiles in which an {@code Animal} * can move. * + * @author EPFL * @author Pacien TRAN-GIRARD */ public abstract class World { -- cgit v1.2.3