Zaktualizuj 'Client.java'
This commit is contained in:
parent
03c8767c85
commit
832eda3354
@ -7,7 +7,7 @@ public class Client
|
||||
{
|
||||
//pobranie i sprawdzenie otrzymanych argumentów
|
||||
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);
|
||||
}
|
||||
String host = args[0];
|
||||
|
Loading…
Reference in New Issue
Block a user