From 95a18d3d5c7c457e6bac6b87135cf88d3e484bd8 Mon Sep 17 00:00:00 2001 From: Seraina Date: Mon, 18 Apr 2022 22:11:56 +0200 Subject: [PATCH] added a @code in doc so javadoc builds --- .../java/ch/unibas/dmi/dbis/cs108/NightTrainToBudapest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {