Fixing signets.

This commit is contained in:
marcins78@gmail.com
2012-01-12 00:22:47 +00:00
parent 2f6424f8e4
commit 1448e8cd2c

View File

@@ -228,7 +228,7 @@ public abstract class AbstractLotroCardBlueprint implements LotroCardBlueprint {
@Override
public Signet getSignet() {
throw new UnsupportedOperationException("This method should not be called on this card");
return null;
}
@Override