You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/04/02 21:24:43 UTC

git commit: updated refs/heads/master to f52820f

Updated Branches:
  refs/heads/master f2ad38aa0 -> f52820f2f


CLOUDSTACK-1890: listProjects is not listing state in the response.


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

Branch: refs/heads/master
Commit: f52820f2fdbede9ad8f4675223a2306b9d89ac51
Parents: f2ad38a
Author: Min Chen <mi...@citrix.com>
Authored: Tue Apr 2 11:42:36 2013 -0700
Committer: Chip Childers <ch...@gmail.com>
Committed: Tue Apr 2 20:24:31 2013 +0100

----------------------------------------------------------------------
 .../src/com/cloud/api/query/vo/ProjectJoinVO.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f52820f2/server/src/com/cloud/api/query/vo/ProjectJoinVO.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/api/query/vo/ProjectJoinVO.java b/server/src/com/cloud/api/query/vo/ProjectJoinVO.java
index 73ec931..4bfddef 100644
--- a/server/src/com/cloud/api/query/vo/ProjectJoinVO.java
+++ b/server/src/com/cloud/api/query/vo/ProjectJoinVO.java
@@ -25,9 +25,9 @@ import javax.persistence.Enumerated;
 import javax.persistence.Id;
 import javax.persistence.Table;
 
+import com.cloud.projects.Project.State;
 import com.cloud.server.ResourceTag.TaggedResourceType;
 import com.cloud.utils.db.GenericDao;
-import com.cloud.vm.VirtualMachine.State;
 
 import org.apache.cloudstack.api.Identity;
 import org.apache.cloudstack.api.InternalIdentity;