The wudmad loading doesn't require any key..

This commit is contained in:
Maschell 2019-06-04 12:53:19 +02:00
parent 3b0b5b982f
commit 2c3c25d806
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import lombok.val;
public class WumadLoader {
public static WumadInfo load(File wumadFile, byte[] commonKey) throws IOException, ParserConfigurationException, SAXException, ParseException {
public static WumadInfo load(File wumadFile) throws IOException, ParserConfigurationException, SAXException, ParseException {
return WumadParser.createWumadInfo(wumadFile);
}