summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/zoo/Bear.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/Bear.java')
-rw-r--r--src/ch/epfl/maze/physical/zoo/Bear.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/Bear.java b/src/ch/epfl/maze/physical/zoo/Bear.java
index 2ef9215..803b574 100644
--- a/src/ch/epfl/maze/physical/zoo/Bear.java
+++ b/src/ch/epfl/maze/physical/zoo/Bear.java
@@ -11,6 +11,7 @@ import java.util.List;
11/** 11/**
12 * Bear A.I. that implements the Pledge Algorithm. 12 * Bear A.I. that implements the Pledge Algorithm.
13 * 13 *
14 * @author EPFL
14 * @author Pacien TRAN-GIRARD 15 * @author Pacien TRAN-GIRARD
15 */ 16 */
16public class Bear extends Animal { 17public class Bear extends Animal {