Fixing missing semi-colons.

This commit is contained in:
marcin.sciesinski
2017-03-13 11:50:30 -07:00
parent 307e21a950
commit c52c9428ae
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ public class Card3_085 extends AbstractOldEvent {
public String getText(LotroGame game) {
return "Discard 2 [GANDALF] cards from hand";
}
}
};
}
}
));

View File

@@ -52,7 +52,7 @@ public class Card4_240 extends AbstractOldEvent {
public String getText(LotroGame game) {
return "Discard 2 companions (except the Ring-bearer)";
}
}
};
}
}
));

View File

@@ -57,7 +57,7 @@ public class Card5_021 extends AbstractEvent {
public String getText(LotroGame game) {
return "Exert a minion twice";
}
}
};
}
}
));