[refactor][minor] removed redundant set for effectType in copy Constructor

This commit is contained in:
North 2014-06-16 17:15:04 +03:00
parent 04fa2e0b0c
commit 66faa3006d
2 changed files with 0 additions and 2 deletions

View file

@ -53,7 +53,6 @@ public abstract class CostModificationEffectImpl extends ContinuousEffectImpl im
public CostModificationEffectImpl(final CostModificationEffectImpl effect) {
super(effect);
this.effectType = effect.effectType;
this.modificationType = effect.modificationType;
}

View file

@ -50,7 +50,6 @@ public abstract class SpliceCardEffectImpl extends ContinuousEffectImpl implemen
public SpliceCardEffectImpl(final SpliceCardEffectImpl effect) {
super(effect);
this.effectType = effect.effectType;
}
/**