add null check

This commit is contained in:
Ingmar Goudt 2019-01-11 01:04:34 +01:00
parent d7e68cf932
commit d5003a6f8f
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
private static final Logger logger = Logger.getLogger(PermanentImpl.class);
public class MarkedDamageInfo {
static class MarkedDamageInfo {
public MarkedDamageInfo(Counter counter, MageObject sourceObject) {
this.counter = counter;