diff options
author | Timothée Floure | 2016-03-01 16:59:56 +0100 |
---|---|---|
committer | Timothée Floure | 2016-03-01 16:59:56 +0100 |
commit | 80143bb3522007a903f2a34967e0cf5b0d6b20e0 (patch) | |
tree | 0298e8a94a67f6c0b992ea50deb70fbfbbf230eb /src/ch | |
parent | b25cee830238c64c08a2e3733bbed0730d20a734 (diff) | |
download | xblast-80143bb3522007a903f2a34967e0cf5b0d6b20e0.tar.gz |
Add the test related to the blockAt() method
Diffstat (limited to 'src/ch')
-rw-r--r-- | src/ch/epfl/xblast/Direction.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/Direction.java b/src/ch/epfl/xblast/Direction.java index 700f9be..030038b 100644 --- a/src/ch/epfl/xblast/Direction.java +++ b/src/ch/epfl/xblast/Direction.java | |||
@@ -2,7 +2,7 @@ package ch.epfl.xblast; | |||
2 | 2 | ||
3 | /** | 3 | /** |
4 | * A Direction. | 4 | * A Direction. |
5 | * | 5 | * |
6 | * @author Pacien TRAN-GIRARD (261948) | 6 | * @author Pacien TRAN-GIRARD (261948) |
7 | * @author Timothée FLOURE (257420) | 7 | * @author Timothée FLOURE (257420) |
8 | */ | 8 | */ |