You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/10/10 23:11:54 UTC

git commit: updated refs/heads/rbac to 6b8cee5

Updated Branches:
  refs/heads/rbac 5c7db71bb -> 6b8cee5fc


Fix build error.

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

Branch: refs/heads/rbac
Commit: 6b8cee5fc976064fc1dad76097e88c9a9ab5ee10
Parents: 5c7db71
Author: Min Chen <mi...@citrix.com>
Authored: Thu Oct 10 14:11:08 2013 -0700
Committer: Min Chen <mi...@citrix.com>
Committed: Thu Oct 10 14:11:08 2013 -0700

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/acl/AclRolePermission.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b8cee5f/api/src/org/apache/cloudstack/acl/AclRolePermission.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/acl/AclRolePermission.java b/api/src/org/apache/cloudstack/acl/AclRolePermission.java
index 0c0c0de..4920dcc 100644
--- a/api/src/org/apache/cloudstack/acl/AclRolePermission.java
+++ b/api/src/org/apache/cloudstack/acl/AclRolePermission.java
@@ -31,5 +31,4 @@ public interface AclRolePermission extends InternalIdentity {
 
     boolean isAllowed();
 
-    PermissionScope getScope();
 }