fixed javadoc for Battlefield.count

fixed rule text for card
This commit is contained in:
North 2011-10-10 23:49:30 +03:00
parent a8d9ae6835
commit f81cf3116a
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ class OrchardSpiritAbility extends EvasionAbility<OrchardSpiritAbility> {
@Override
public String getRule() {
return "{this} can't be blocked except by creatures with flying or reach";
return "{this} can't be blocked except by creatures with flying or reach.";
}
@Override

View file

@ -159,7 +159,7 @@ public class Battlefield implements Serializable {
}
/**
* Returns true if the battlefield contains at least 1 {@link Permanent}
* Returns true if the battlefield contains num {@link Permanent}
* that matches the filter and is controlled by controllerId.
* This method ignores the range of influence.
*
@ -180,7 +180,7 @@ public class Battlefield implements Serializable {
}
/**
* Returns true if the battlefield contains at least 1 {@link Permanent}
* Returns true if the battlefield contains num {@link Permanent}
* that is within the range of influence of the specified player id
* and that matches the supplied filter.
*