forked from External/mage
refactor: Constructor access modifier cleanup (#11644)
* ContinuousRuleModifyingEffectImpl * OneShotEffect * ContinuousEffectImpl * fix CRLF * *EffectImpl * *Effect * DoIfCostPaid * cleanup token copy constructors -> private * fix build error from misspelled class name
This commit is contained in:
parent
ef750e7a7e
commit
44893028f5
2977 changed files with 3509 additions and 3538 deletions
|
|
@ -29,7 +29,7 @@ public final class TheEleventhHourToken extends TokenImpl {
|
|||
addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 1)));
|
||||
}
|
||||
|
||||
protected TheEleventhHourToken(final TheEleventhHourToken token) {
|
||||
private TheEleventhHourToken(final TheEleventhHourToken token) {
|
||||
super(token);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue