mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
remove T type from OptionalAdditionalCostImpl. The class was of a type that extended itself. No idea how to interpret that.
This commit is contained in:
parent
f6b8d0fea6
commit
d828427b8f
1 changed files with 1 additions and 2 deletions
|
|
@ -30,9 +30,8 @@ package mage.abilities.costs;
|
|||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
* @param <T>
|
||||
*/
|
||||
public class OptionalAdditionalCostImpl<T extends OptionalAdditionalCostImpl> extends CostsImpl<Cost> implements OptionalAdditionalCost {
|
||||
public class OptionalAdditionalCostImpl extends CostsImpl<Cost> implements OptionalAdditionalCost {
|
||||
|
||||
protected String name;
|
||||
protected String reminderText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue