mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08: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 {
|
public class O8dDeckImporter extends XmlDeckImporter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param filename
|
* @param fileName
|
||||||
* @param errorMessages
|
* @param errorMessages
|
||||||
* @param saveAutoFixedFile do not supported for current format
|
* @param saveAutoFixedFile not supported for current format
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue