Signature argument renamed

This commit is contained in:
2024-09-05 15:46:59 -04:00
parent fa45e9556f
commit 17b4b993e2
28 changed files with 79 additions and 112 deletions
@@ -27,8 +27,8 @@ public class RunegateTeleportPowerAction extends AbstractPowerAction {
/**
* ResultSet Constructor
*/
public RunegateTeleportPowerAction(PowerAction rs) {
super(rs);
public RunegateTeleportPowerAction(PowerAction powerAction) {
super(powerAction);
}
@Override