Nix redundant cast.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@892 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2010-01-13 19:11:56 +00:00
parent fa3d68369f
commit d950cd6a51
@@ -715,7 +715,7 @@ public abstract class PuzzleController extends GameController
_events.add(Integer.valueOf(event));
if (isSyncingBoards()) {
_states.add((board == null) ? null : (Board)board.clone());
_states.add((board == null) ? null : board.clone());
if (board == null) {
log.warning(
"Added progress event with no associated board state, " +