Skip to content
Snippets Groups Projects
Commit 3da29535 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Update versions.

parent d0c4c204
No related branches found
No related tags found
1 merge request!39App restructuring
......@@ -56,7 +56,7 @@ import java.util.concurrent.ConcurrentLinkedDeque;
* Main class.
* Set up the application and run it.
* @author Georg Graßnick, Andrey Ruzhanskiy, Leonard Kupper
* @version 2019.10.02
* @version 2019.10.03
*/
public final class App {
......
......@@ -14,7 +14,7 @@ import java.util.Objects;
/**
* Performs command line parsing and creates a {@link Settings} object.
* @author Georg Graßnick, Andrey Ruzhanskiy, Leonard Kupper
* @version 2019.10.01
* @version 2019.10.03
*/
public class CommandLineParser {
......
......@@ -3,7 +3,7 @@ package de.tudresden.inf.mci.brailleplot.commandline;
/**
* Represents all possible parsed options parsed from the command line.
* @author Georg Graßnick, Andrey Ruzhanskiy, Leonard Kupper
* @version 2019.10.01
* @version 2019.10.03
*/
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