diff options
author | Pacien TRAN-GIRARD | 2016-04-10 00:03:17 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-04-10 00:03:17 +0200 |
commit | d5971418a75e6b032002203660e207009054aed6 (patch) | |
tree | 3485f1690dadbc3694c248e678d6d7bfc336fe04 | |
parent | 80272dc906c5d5e837ccea8bc94e16dd54df19e0 (diff) | |
download | xblast-d5971418a75e6b032002203660e207009054aed6.tar.gz |
Fix doc block typo
-rw-r--r-- | src/ch/epfl/xblast/server/Bomb.java | 2 |
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) { |