class javadoc

This commit is contained in:
lukas-heiligenbrunner
2020-01-23 19:03:47 +01:00
parent 10058b24a7
commit 339ba9861b
9 changed files with 60 additions and 10 deletions

View File

@ -7,6 +7,11 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
/**
* get basic infos about Software
*
* @author Lukas Heiligenbrunner
*/
public class Info {
private static String version = "not init";
private static String builddate = "not init";

View File

@ -5,6 +5,11 @@ import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
/**
* fancy debug and Logging messages
*
* @author Lukas Heiligenbrunner
*/
public class Log {
private static final String ANSI_RESET = "\u001B[0m";