mirror of
https://github.com/correl/mage.git
synced 2025-04-06 09:13:45 -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
|
* 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 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)
|
* @param saveAutoFixedFile save fixed deck file (if any fixes applied)
|
||||||
* @return decks list
|
* @return decks list
|
||||||
|
|
Loading…
Add table
Reference in a new issue