added a @code in doc so javadoc builds
This commit is contained in:
parent
55147ce1cf
commit
95a18d3d5c
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user