Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9DC1107BB for ; Thu, 10 Oct 2013 21:11:55 +0000 (UTC) Received: (qmail 36428 invoked by uid 500); 10 Oct 2013 21:11:55 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 36372 invoked by uid 500); 10 Oct 2013 21:11:55 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 36365 invoked by uid 99); 10 Oct 2013 21:11:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 21:11:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 90A8F9149BA; Thu, 10 Oct 2013 21:11:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Message-Id: <7c96463e6bda47abb8867852078095b3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/rbac to 6b8cee5 Date: Thu, 10 Oct 2013 21:11:54 +0000 (UTC) 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 Authored: Thu Oct 10 14:11:08 2013 -0700 Committer: Min Chen 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(); }