diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/Panda.java')
-rw-r--r-- | src/ch/epfl/maze/physical/zoo/Panda.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/Panda.java b/src/ch/epfl/maze/physical/zoo/Panda.java index aa35efe..b794d10 100644 --- a/src/ch/epfl/maze/physical/zoo/Panda.java +++ b/src/ch/epfl/maze/physical/zoo/Panda.java | |||
@@ -13,6 +13,7 @@ import java.util.stream.Collectors; | |||
13 | /** | 13 | /** |
14 | * Panda A.I. that implements Trémeaux's Algorithm. | 14 | * Panda A.I. that implements Trémeaux's Algorithm. |
15 | * | 15 | * |
16 | * @author EPFL | ||
16 | * @author Pacien TRAN-GIRARD | 17 | * @author Pacien TRAN-GIRARD |
17 | */ | 18 | */ |
18 | public class Panda extends ProbabilisticAnimal { | 19 | public class Panda extends ProbabilisticAnimal { |