diff options
author | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
commit | fb492341a1d05590c5230e8e0bd5e48f530944fe (patch) | |
tree | 1bd1e9a30239cf8f3415f1c2d1ef6df04dab91cc /src/ch/epfl/maze/physical/Prey.java | |
parent | bc477506342411e9156b3230d847cb92bcb8e5f9 (diff) | |
download | maze-solver-fb492341a1d05590c5230e8e0bd5e48f530944fe.tar.gz |
Properly set class authors
Diffstat (limited to 'src/ch/epfl/maze/physical/Prey.java')
-rw-r--r-- | src/ch/epfl/maze/physical/Prey.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/physical/Prey.java b/src/ch/epfl/maze/physical/Prey.java index 1f5225f..26fe92b 100644 --- a/src/ch/epfl/maze/physical/Prey.java +++ b/src/ch/epfl/maze/physical/Prey.java | |||
@@ -6,6 +6,7 @@ import ch.epfl.maze.util.Vector2D; | |||
6 | /** | 6 | /** |
7 | * Prey that is killed by a predator when they meet each other in the labyrinth. | 7 | * Prey that is killed by a predator when they meet each other in the labyrinth. |
8 | * | 8 | * |
9 | * @author EPFL | ||
9 | * @author Pacien TRAN-GIRARD | 10 | * @author Pacien TRAN-GIRARD |
10 | */ | 11 | */ |
11 | abstract public class Prey extends ProbabilisticAnimal { | 12 | abstract public class Prey extends ProbabilisticAnimal { |