You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2014/01/20 19:44:31 UTC

git commit: updated refs/heads/4.3 to 27fd490

Updated Branches:
  refs/heads/4.3 0e053668b -> 27fd49088


CLOUDSTACK-5329: stupid java box/unbox


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/27fd4908
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/27fd4908
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/27fd4908

Branch: refs/heads/4.3
Commit: 27fd4908853e80d91d9ff9524445bba7cb3b00d9
Parents: 0e05366
Author: edison <su...@gmail.com>
Authored: Mon Jan 20 10:43:32 2014 -0800
Committer: edison <su...@gmail.com>
Committed: Mon Jan 20 10:43:32 2014 -0800

----------------------------------------------------------------------
 engine/schema/src/com/cloud/vm/VMInstanceVO.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/27fd4908/engine/schema/src/com/cloud/vm/VMInstanceVO.java
----------------------------------------------------------------------
diff --git a/engine/schema/src/com/cloud/vm/VMInstanceVO.java b/engine/schema/src/com/cloud/vm/VMInstanceVO.java
index 96f534a..f9dad74 100644
--- a/engine/schema/src/com/cloud/vm/VMInstanceVO.java
+++ b/engine/schema/src/com/cloud/vm/VMInstanceVO.java
@@ -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;
     }