replace 2551 with 7354

This commit is contained in:
PJ Fanning 2023-03-08 11:40:04 +01:00 committed by kerr
parent c23f9fb834
commit 5322174ecc
19 changed files with 32 additions and 32 deletions

View file

@ -28,7 +28,7 @@ public class StatsSampleOneMasterMain {
public static void main(String[] args) {
if (args.length == 0) {
startup(new String[] {"2551", "7355", "0"});
startup(new String[] {"7354", "7355", "0"});
StatsSampleOneMasterClientMain.main(new String[0]);
} else {
startup(args);