Skip to content
Snippets Groups Projects
Commit d7a5d004 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Version nummer and author adjustment

parent b0d33800
No related branches found
No related tags found
1 merge request!39App restructuring
...@@ -8,8 +8,8 @@ import org.apache.commons.cli.ParseException; ...@@ -8,8 +8,8 @@ import org.apache.commons.cli.ParseException;
/** /**
* Performs command line parsing and creates a {@link Settings} object. * Performs command line parsing and creates a {@link Settings} object.
* @author Georg Graßnick * @author Georg Graßnick, Andrey Ruzhanskiy, Leonard Kupper
* @version 2019.09.30 * @version 2019.10.01
*/ */
public class CommandLineParser { public class CommandLineParser {
......
...@@ -2,8 +2,8 @@ package de.tudresden.inf.mci.brailleplot.commandline; ...@@ -2,8 +2,8 @@ package de.tudresden.inf.mci.brailleplot.commandline;
/** /**
* Represents all possible parsed options parsed from the command line. * Represents all possible parsed options parsed from the command line.
* @author Georg Graßnick * @author Georg Graßnick, Andrey Ruzhanskiy, Leonard Kupper
* @version 2019.09.30 * @version 2019.10.01
*/ */
public enum SettingType { public enum SettingType {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment