forked from External/mage
add missing diamond operators
This commit is contained in:
parent
45f665eb1d
commit
553d263526
20 changed files with 24 additions and 24 deletions
|
|
@ -19,7 +19,7 @@ import mage.players.Player;
|
|||
*/
|
||||
public class ChooseModeEffect extends OneShotEffect {
|
||||
|
||||
protected final List<String> modes = new ArrayList();
|
||||
protected final List<String> modes = new ArrayList<>();
|
||||
protected final String choiceMessage;
|
||||
|
||||
public ChooseModeEffect(String choiceMessage, String... modes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue