Repository: cloudstack Updated Branches: refs/heads/master bf8507d56 -> 7cb913235
Removed unused parameter from @Parameter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7cb91323 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7cb91323 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7cb91323 Branch: refs/heads/master Commit: 7cb913235ab4d8bd61a4994f5ac9312bbeb6352f Parents: bf8507d Author: Alena Prokharchyk <alena.prokharc...@citrix.com> Authored: Thu Mar 6 13:32:44 2014 -0800 Committer: Alena Prokharchyk <alena.prokharc...@citrix.com> Committed: Thu Mar 6 16:06:00 2014 -0800 ---------------------------------------------------------------------- api/src/org/apache/cloudstack/api/Parameter.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7cb91323/api/src/org/apache/cloudstack/api/Parameter.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/Parameter.java b/api/src/org/apache/cloudstack/api/Parameter.java index f1c6e1a..7ee6897 100644 --- a/api/src/org/apache/cloudstack/api/Parameter.java +++ b/api/src/org/apache/cloudstack/api/Parameter.java @@ -48,7 +48,5 @@ public @interface Parameter { String since() default ""; - String retrieveMethod() default "getById"; - RoleType[] authorized() default {}; }