summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/util/Action.java
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-11-24 11:15:53 +0100
committerPacien TRAN-GIRARD2015-11-24 11:15:53 +0100
commitfb492341a1d05590c5230e8e0bd5e48f530944fe (patch)
tree1bd1e9a30239cf8f3415f1c2d1ef6df04dab91cc /src/ch/epfl/maze/util/Action.java
parentbc477506342411e9156b3230d847cb92bcb8e5f9 (diff)
downloadmaze-solver-fb492341a1d05590c5230e8e0bd5e48f530944fe.tar.gz
Properly set class authors
Diffstat (limited to 'src/ch/epfl/maze/util/Action.java')
-rw-r--r--src/ch/epfl/maze/util/Action.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/util/Action.java b/src/ch/epfl/maze/util/Action.java
index 069f135..6634293 100644
--- a/src/ch/epfl/maze/util/Action.java
+++ b/src/ch/epfl/maze/util/Action.java
@@ -4,6 +4,8 @@ package ch.epfl.maze.util;
4 * Immutable action that encapsulates a choice made by an animal and information 4 * Immutable action that encapsulates a choice made by an animal and information
5 * about it, such as if it was successful or not, and if the animal will die 5 * about it, such as if it was successful or not, and if the animal will die
6 * <i>while</i> performing it. 6 * <i>while</i> performing it.
7 *
8 * @author EPFL
7 */ 9 */
8public final class Action { 10public final class Action {
9 11