Refactor: Fix fileName param (#9240)

This commit is contained in:
DeepCrimson 2022-07-08 18:36:50 -07:00 committed by GitHub
parent f507a6605c
commit ea6cbcc962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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