Javadoc warnings fixed

(Some JNA docs also changed to standard comments)
This commit is contained in:
Jindra Petřík
2015-04-06 06:32:40 +02:00
parent 1115432370
commit a7e79a9570
20 changed files with 221 additions and 220 deletions

View File

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