added a @code in doc so javadoc builds

This commit is contained in:
Seraina 2022-04-18 22:11:56 +02:00
parent 55147ce1cf
commit 95a18d3d5c

View File

@ -10,7 +10,7 @@ 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 jar build of this project. calls either the main method of the server or
* the main method of the client * the main method of the client
* @param args the arguments are either client <hostadress>:<port> [<username>] or server <port> * @param args the arguments are either client {@code <hostadress>:<port> [<username>] or server <port>}
*/ */
public static void main(String[] args) { public static void main(String[] args) {
try { try {