diff options
Diffstat (limited to 'src/ch/epfl/maze/physical/zoo/Panda.java')
-rw-r--r-- | src/ch/epfl/maze/physical/zoo/Panda.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/maze/physical/zoo/Panda.java b/src/ch/epfl/maze/physical/zoo/Panda.java index dc1198e..aa35efe 100644 --- a/src/ch/epfl/maze/physical/zoo/Panda.java +++ b/src/ch/epfl/maze/physical/zoo/Panda.java | |||
@@ -104,7 +104,7 @@ public class Panda extends ProbabilisticAnimal { | |||
104 | * avoiding intersections over-marking. | 104 | * avoiding intersections over-marking. |
105 | * | 105 | * |
106 | * @param choices An array of possible Directions | 106 | * @param choices An array of possible Directions |
107 | * @param choice The selected Direction | 107 | * @param choice The selected Direction |
108 | * @return T(the current position should be marked) | 108 | * @return T(the current position should be marked) |
109 | */ | 109 | */ |
110 | private boolean shouldMarkCurrentPosition(Direction[] choices, Direction choice) { | 110 | private boolean shouldMarkCurrentPosition(Direction[] choices, Direction choice) { |