[refactor] removed generic parameter from Effects

This commit is contained in:
North 2014-06-02 13:12:58 +03:00
parent c36a7331a0
commit c5f7db441e
2040 changed files with 2264 additions and 2265 deletions

View file

@ -44,7 +44,7 @@ import mage.util.CardUtil;
* @author LevelX2
*/
public class PutTopCardOfLibraryIntoGraveEachPlayerEffect extends OneShotEffect<PutTopCardOfLibraryIntoGraveEachPlayerEffect> {
public class PutTopCardOfLibraryIntoGraveEachPlayerEffect extends OneShotEffect {
private final int numberCards;
private final TargetController targetController;