aboutsummaryrefslogtreecommitdiff
path: root/src/ch/epfl
diff options
context:
space:
mode:
authorTimothée Floure2016-03-01 16:59:56 +0100
committerTimothée Floure2016-03-01 16:59:56 +0100
commit80143bb3522007a903f2a34967e0cf5b0d6b20e0 (patch)
tree0298e8a94a67f6c0b992ea50deb70fbfbbf230eb /src/ch/epfl
parentb25cee830238c64c08a2e3733bbed0730d20a734 (diff)
downloadxblast-80143bb3522007a903f2a34967e0cf5b0d6b20e0.tar.gz
Add the test related to the blockAt() method
Diffstat (limited to 'src/ch/epfl')
-rw-r--r--src/ch/epfl/xblast/Direction.java2
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 */