- CheckStyle.

This commit is contained in:
Chris
2012-02-12 18:03:07 +00:00
parent e256073f22
commit e8b668395b

View File

@@ -112,7 +112,7 @@ public class GameAction {
if ((prev == null) && !c.isToken()) {
zone.add(c);
Player p = zone.getPlayer();
if (p != null){
if (p != null) {
p.updateLabelObservers();
}
return c;
@@ -196,7 +196,7 @@ public class GameAction {
}
Player p = zone.getPlayer();
if (p != null){
if (p != null) {
p.updateLabelObservers();
}