diff --git a/Mage/src/main/java/mage/abilities/effects/common/ReturnSourceFromGraveyardToHandEffect.java b/Mage/src/main/java/mage/abilities/effects/common/ReturnSourceFromGraveyardToHandEffect.java index 54f221d3880..f9753343865 100644 --- a/Mage/src/main/java/mage/abilities/effects/common/ReturnSourceFromGraveyardToHandEffect.java +++ b/Mage/src/main/java/mage/abilities/effects/common/ReturnSourceFromGraveyardToHandEffect.java @@ -50,10 +50,6 @@ public class ReturnSourceFromGraveyardToHandEffect extends OneShotEffect { super(effect); } - public ReturnSourceFromGraveyardToHandEffect() { - throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. - } - @Override public ReturnSourceFromGraveyardToHandEffect copy() { return new ReturnSourceFromGraveyardToHandEffect(this);