mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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 {
|
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…
Reference in a new issue