#984 update Ambassador readme

This commit is contained in:
Ilkka Seppälä
2019-11-11 22:03:44 +02:00
parent c4418311c6
commit 329479dda0
2 changed files with 46 additions and 52 deletions

View File

@ -45,8 +45,8 @@ public class App {
* Entry point.
*/
public static void main(String[] args) {
Client host1 = new Client();
Client host2 = new Client();
var host1 = new Client();
var host2 = new Client();
host1.useService(12);
host2.useService(73);
}