aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-03-15 15:54:23 +0100
committerPacien TRAN-GIRARD2016-03-15 15:54:23 +0100
commitc6adb037f5a3d4edd1b8038113b37e35f2161555 (patch)
treee9cdeacb2aa1ec5927aa03f37a78f34dfc5a85d2
parent05dc6bb3d944a3edb90f62dfbe8b85b044839ee7 (diff)
downloadxblast-c6adb037f5a3d4edd1b8038113b37e35f2161555.tar.gz
Return value disambiguation
-rw-r--r--src/ch/epfl/xblast/server/GameState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/server/GameState.java b/src/ch/epfl/xblast/server/GameState.java
index a415301..fd4b917 100644
--- a/src/ch/epfl/xblast/server/GameState.java
+++ b/src/ch/epfl/xblast/server/GameState.java
@@ -219,7 +219,7 @@ public final class GameState {
219 * @param players0 the previous player states 219 * @param players0 the previous player states
220 * @param bombDropEvents the bomb drop events 220 * @param bombDropEvents the bomb drop events
221 * @param bombs0 the previous bomb state 221 * @param bombs0 the previous bomb state
222 * @return the next bomb states 222 * @return the newly dropped bombs
223 */ 223 */
224 private static List<Bomb> newlyDroppedBombs( 224 private static List<Bomb> newlyDroppedBombs(
225 List<Player> players0, 225 List<Player> players0,