Zaktualizuj 'Client.java'

This commit is contained in:
Nicol Radwan 2020-01-05 20:28:34 +00:00
parent 03c8767c85
commit 832eda3354

View File

@ -7,7 +7,7 @@ public class Client
{ {
//pobranie i sprawdzenie otrzymanych argumentów //pobranie i sprawdzenie otrzymanych argumentów
if (args.length < 2){ if (args.length < 2){
System.out.println("Wywołnie programu: Client host port"); System.out.println("Wywołanie programu: Client host port");
System.exit(-1); System.exit(-1);
} }
String host = args[0]; String host = args[0];