mirror of
https://github.com/correl/mage.git
synced 2025-03-30 09:08:36 -09:00
Fix 'filename' param, formatting in PlainTextDeckImporter (#8986)
This commit is contained in:
parent
e3332fbea8
commit
ccfd25cffa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public abstract class PlainTextDeckImporter extends DeckImporter {
|
|||
/**
|
||||
* Import deck from text file
|
||||
*
|
||||
* @param file file to import
|
||||
* @param fileName file to import
|
||||
* @param errorMessages you can setup output messages to showup to user (set null for fatal exception on messages.count > 0)
|
||||
* @param saveAutoFixedFile save fixed deck file (if any fixes applied)
|
||||
* @return decks list
|
||||
|
|
Loading…
Add table
Reference in a new issue