Authored by tanling

machine

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