diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/Monkey.java')
-rw-r--r-- | src/ch/epfl/maze/physical/zoo/Monkey.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/Monkey.java b/src/ch/epfl/maze/physical/zoo/Monkey.java index 196b028..119781c 100644 --- a/src/ch/epfl/maze/physical/zoo/Monkey.java +++ b/src/ch/epfl/maze/physical/zoo/Monkey.java | |||
@@ -11,6 +11,7 @@ import java.util.List; | |||
11 | /** | 11 | /** |
12 | * Monkey A.I. that puts its hand on the left wall and follows it. | 12 | * Monkey A.I. that puts its hand on the left wall and follows it. |
13 | * | 13 | * |
14 | * @author EPFL | ||
14 | * @author Pacien TRAN-GIRARD | 15 | * @author Pacien TRAN-GIRARD |
15 | */ | 16 | */ |
16 | public class Monkey extends Animal { | 17 | public class Monkey extends Animal { |