mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5329: stupid java box/unbox
Conflicts: engine/schema/src/com/cloud/vm/VMInstanceVO.java
This commit is contained in:
parent
7b9d0d3fe5
commit
7590988dd7
|
|
@ -417,8 +417,8 @@ public class VMInstanceVO implements VirtualMachine, FiniteStateObject<State, Vi
|
|||
return podIdToDeployIn;
|
||||
}
|
||||
|
||||
public void setPodId(long podId) {
|
||||
podIdToDeployIn = podId;
|
||||
public void setPodId(Long podId) {
|
||||
this.podIdToDeployIn = podId;
|
||||
}
|
||||
|
||||
public void setPrivateMacAddress(String privateMacAddress) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue