api: Remove resourceType, use only entityType

Signed-off-by: Rohit Yadav <[email protected]>


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 <[email protected]>
Authored: Sun Dec 16 18:09:33 2012 -0800
Committer: Rohit Yadav <[email protected]>
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";
 }

Reply via email to