mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 17:55:35 +00:00
Javadoc warnings fixed
(Some JNA docs also changed to standard comments)
This commit is contained in:
@@ -311,9 +311,9 @@ public class CommandLineArgumentParser {
|
||||
/**
|
||||
* Parses the console arguments
|
||||
*
|
||||
* @param arguments
|
||||
* @param arguments Arguments
|
||||
* @return paths to the file which should be opened or null
|
||||
* @throws java.io.IOException
|
||||
* @throws java.io.IOException On error
|
||||
*/
|
||||
public static String[] parseArguments(String[] arguments) throws IOException {
|
||||
Level traceLevel = Level.WARNING;
|
||||
|
||||
Reference in New Issue
Block a user