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:
xenohedron 2024-01-13 00:53:22 -05:00 committed by GitHub
parent ef750e7a7e
commit 44893028f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2977 changed files with 3509 additions and 3538 deletions

View file

@ -44,7 +44,7 @@ public final class DeathpactAngelToken extends TokenImpl {
this.addAbility(ability);
}
protected DeathpactAngelToken(final DeathpactAngelToken token) {
private DeathpactAngelToken(final DeathpactAngelToken token) {
super(token);
}