mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Refactor: Fix fileName param (#9240)
This commit is contained in:
parent
f507a6605c
commit
ea6cbcc962
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ import java.util.stream.Stream;
|
|||
public class O8dDeckImporter extends XmlDeckImporter {
|
||||
|
||||
/**
|
||||
* @param filename
|
||||
* @param fileName
|
||||
* @param errorMessages
|
||||
* @param saveAutoFixedFile do not supported for current format
|
||||
* @param saveAutoFixedFile not supported for current format
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue