aboutsummaryrefslogtreecommitdiff
path: root/src/ch
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-04-10 00:03:17 +0200
committerPacien TRAN-GIRARD2016-04-10 00:03:17 +0200
commitd5971418a75e6b032002203660e207009054aed6 (patch)
tree3485f1690dadbc3694c248e678d6d7bfc336fe04 /src/ch
parent80272dc906c5d5e837ccea8bc94e16dd54df19e0 (diff)
downloadxblast-d5971418a75e6b032002203660e207009054aed6.tar.gz
Fix doc block typo
Diffstat (limited to 'src/ch')
-rw-r--r--src/ch/epfl/xblast/server/Bomb.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/server/Bomb.java b/src/ch/epfl/xblast/server/Bomb.java
index dd26ddd..9a3fa63 100644
--- a/src/ch/epfl/xblast/server/Bomb.java
+++ b/src/ch/epfl/xblast/server/Bomb.java
@@ -54,7 +54,7 @@ public final class Bomb {
54 * @param position position of the bomb 54 * @param position position of the bomb
55 * @param fuseLengths length of the bomb's fuse 55 * @param fuseLengths length of the bomb's fuse
56 * @param range range of the bomb 56 * @param range range of the bomb
57 * @throws IllegalArgumentException if range is negative or fuseLenghts is empty 57 * @throws IllegalArgumentException if range is negative or fuseLengths is empty
58 * @throws NullPointerException if ownerId, position or fuseLengths is null 58 * @throws NullPointerException if ownerId, position or fuseLengths is null
59 */ 59 */
60 public Bomb(PlayerID ownerId, Cell position, Sq<Integer> fuseLengths, int range) { 60 public Bomb(PlayerID ownerId, Cell position, Sq<Integer> fuseLengths, int range) {