You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2012/12/17 03:45:39 UTC

[3/4] git commit: api: Remove resourceType, use only entityType

api: Remove resourceType, use only entityType

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/api_refactoring
Commit: 6db279583ef43b4378e02371cfab2cf1249a2059
Parents: cc4030b
Author: Rohit Yadav <bh...@apache.org>
Authored: Sun Dec 16 18:09:33 2012 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Sun Dec 16 18:09:33 2012 -0800

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/Parameter.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6db27958/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 470ad26..6f64737 100644
--- a/api/src/org/apache/cloudstack/api/Parameter.java
+++ b/api/src/org/apache/cloudstack/api/Parameter.java
@@ -47,7 +47,5 @@ public @interface Parameter {
 
     String since() default "";
 
-    Class<?>[] resourceType() default Object.class;
-
     String retrieveMethod() default "getById";
 }