Étape 4 #46

Merged
louis_royer merged 48 commits from etape4 into master 2020-03-24 17:42:56 +01:00
Showing only changes of commit 90872c8f7b - Show all commits

View File

@ -58,7 +58,7 @@ public class Tracker {
port = defaultPort;
System.out.println("using default port : " + port);
} else {
System.out.println("using port : " + hostname);
System.out.println("using port : " + port);
}
TestPort testPortTracker = new TestPort();
if(testPortTracker.testPortTracker(Integer.parseInt(port))){