CLOUDSTACK-5329: stupid java box/unbox

This commit is contained in:
edison 2014-01-20 10:43:32 -08:00
parent 0e053668b8
commit 27fd490885
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ public class VMInstanceVO implements VirtualMachine, FiniteStateObject<State, Vi
return podIdToDeployIn;
}
public void setPodId(long podId) {
public void setPodId(Long podId) {
this.podIdToDeployIn = podId;
}