[refactor] removed generic from Counter

This commit is contained in:
North 2014-05-31 17:11:11 +03:00
parent 5870b0ed7d
commit 545e4298b7
53 changed files with 55 additions and 56 deletions

View file

@ -7,7 +7,7 @@ import mage.counters.Counter;
*
* @author Loki
*/
public class DevotionCounter extends Counter<DevotionCounter> {
public class DevotionCounter extends Counter {
public DevotionCounter() {
super("Devotion");