went over all classes and added docs where is appropriate and needed

This commit is contained in:
Seraina
2022-04-18 21:57:33 +02:00
parent d25b6c405d
commit 55147ce1cf
21 changed files with 66 additions and 64 deletions

View File

@@ -7,6 +7,11 @@ import java.net.InetAddress;
public class NightTrainToBudapest {
/**
* The main Method of the jar build of this project. calls either the main method of the server or
* the main method of the client
* @param args the arguments are either client <hostadress>:<port> [<username>] or server <port>
*/
public static void main(String[] args) {
try {
String clientOrServer = args[0];