mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5329: stupid java box/unbox
This commit is contained in:
parent
0e053668b8
commit
27fd490885
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue