mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
Makes the copy constructors argument final.
This commit is contained in:
parent
622a8dcce4
commit
5097b0812b
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class ReboundAbility extends TriggeredAbilityImpl<ReboundAbility> {
|
||||||
this.installReboundEffect = false;
|
this.installReboundEffect = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReboundAbility ( ReboundAbility ability ) {
|
public ReboundAbility ( final ReboundAbility ability ) {
|
||||||
super(ability);
|
super(ability);
|
||||||
this.installReboundEffect = ability.installReboundEffect;
|
this.installReboundEffect = ability.installReboundEffect;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue