forked from External/mage
* Minor formatting.
This commit is contained in:
parent
317d07215c
commit
09b7e7baea
4 changed files with 12 additions and 2 deletions
|
|
@ -458,7 +458,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Costs getCosts() {
|
||||
public Costs<Cost> getCosts() {
|
||||
return costs;
|
||||
}
|
||||
|
||||
|
|
@ -484,7 +484,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Costs getOptionalCosts() {
|
||||
public Costs<Cost> getOptionalCosts() {
|
||||
return optionalCosts;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue