Authored by tanling

machine

@@ -90,6 +90,7 @@ public class PropMachineIdProvider implements MachineIdProvider { @@ -90,6 +90,7 @@ public class PropMachineIdProvider implements MachineIdProvider {
90 for (int i=0; i<7; i++){ 90 for (int i=0; i<7; i++){
91 if (!machineIds.contains(Integer.valueOf(i))){ 91 if (!machineIds.contains(Integer.valueOf(i))){
92 usableMachineId = Integer.valueOf(i); 92 usableMachineId = Integer.valueOf(i);
  93 + break;
93 } 94 }
94 } 95 }
95 96