cleanup some superfluous overrides (#11243)

This commit is contained in:
xenohedron 2023-10-01 22:50:28 -04:00 committed by GitHub
parent bfbdf6b103
commit 2d24f067f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 133 deletions

View file

@ -21,7 +21,7 @@ import java.util.UUID;
*/
public abstract class StateTriggeredAbility extends TriggeredAbilityImpl {
public StateTriggeredAbility(Zone zone, Effect effect) {
protected StateTriggeredAbility(Zone zone, Effect effect) {
super(zone, effect);
}