mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Lint: fix 'declarations should use interfaces instead of classes' bugs (#11082)
This commit is contained in:
parent
e3229d7eab
commit
2f0c1d84c5
10 changed files with 31 additions and 26 deletions
|
|
@ -3209,7 +3209,7 @@ public class TestPlayer implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public LinkedHashMap<UUID, ActivatedAbility> getPlayableActivatedAbilities(MageObject object, Zone zone, Game game) {
|
||||
public Map<UUID, ActivatedAbility> getPlayableActivatedAbilities(MageObject object, Zone zone, Game game) {
|
||||
return computerPlayer.getPlayableActivatedAbilities(object, zone, game);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue