diff --git a/src/main/java/ch/unibas/dmi/dbis/cs108/NightTrainToBudapest.java b/src/main/java/ch/unibas/dmi/dbis/cs108/NightTrainToBudapest.java index 2c61262..5b2b641 100644 --- a/src/main/java/ch/unibas/dmi/dbis/cs108/NightTrainToBudapest.java +++ b/src/main/java/ch/unibas/dmi/dbis/cs108/NightTrainToBudapest.java @@ -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 client - * @param args the arguments are either client : [] or server + * @param args the arguments are either client {@code : [] or server } */ public static void main(String[] args) { try {