forked from External/mage
clean some of the most frequent copy constructor / copy method (#11053)
This commit is contained in:
parent
5ddb69e1ba
commit
96a2c277b2
66 changed files with 132 additions and 134 deletions
|
|
@ -26,7 +26,7 @@ public abstract class NthTargetPointer extends TargetPointerImpl {
|
|||
this.targetNumber = targetNumber;
|
||||
}
|
||||
|
||||
public NthTargetPointer(final NthTargetPointer nthTargetPointer) {
|
||||
protected NthTargetPointer(final NthTargetPointer nthTargetPointer) {
|
||||
super(nthTargetPointer);
|
||||
this.targetNumber = nthTargetPointer.targetNumber;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue