aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {