- CheckStyle.

This commit is contained in:
Chris
2012-02-04 00:27:31 +00:00
parent c5aa61a483
commit 0a99ff70e9

View File

@@ -608,7 +608,7 @@ public class GameAction {
} }
library.add(c, libPosition); library.add(c, libPosition);
final HashMap<String, Object> runParams = new HashMap<String, Object>(); final HashMap<String, Object> runParams = new HashMap<String, Object>();
runParams.put("Card", c); runParams.put("Card", c);
if (p != null) { if (p != null) {
@@ -618,7 +618,7 @@ public class GameAction {
} }
runParams.put("Destination", Constant.Zone.Library); runParams.put("Destination", Constant.Zone.Library);
AllZone.getTriggerHandler().runTrigger("ChangesZone", runParams); AllZone.getTriggerHandler().runTrigger("ChangesZone", runParams);
return c; return c;
} }