[refactoring][minor] formatting

This commit is contained in:
North 2012-07-04 23:57:33 +03:00
parent 979571a2f2
commit e4438072c2
2 changed files with 28 additions and 25 deletions

View file

@ -86,7 +86,7 @@ public class CombatGroupSimulator implements Serializable {
}
private void assignDamage(boolean first) {
if (blockers.size() == 0) {
if (blockers.isEmpty()) {
if (canDamage(attacker, first))
unblockedDamage += attacker.power;
}