format code + add missing javadoc entries

This commit is contained in:
Honfika
2014-02-06 22:35:26 +01:00
parent d68da494f0
commit b6a733d806
142 changed files with 631 additions and 520 deletions

View File

@@ -123,6 +123,7 @@ public class CommandLineArgumentParser {
* Parses the console arguments
*
* @return path to the file which should be opened or null
* @throws java.io.IOException
*/
public static String parseArguments(String[] arguments) throws IOException {
Level traceLevel = Level.WARNING;