api: Comment out @APICommand annotation for api cmd classes that are unknown

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/3dc7626e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3dc7626e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3dc7626e

Branch: refs/heads/master
Commit: 3dc7626ebc80c5bf87e43fbf341039e027237f27
Parents: 72693ea
Author: Rohit Yadav <[email protected]>
Authored: Wed Jan 9 17:18:06 2013 -0800
Committer: Rohit Yadav <[email protected]>
Committed: Wed Jan 9 17:20:46 2013 -0800

----------------------------------------------------------------------
 .../api/commands/CreatePrivateNetworkCmd.java      |    2 +-
 .../cloud/api/commands/DestroyConsoleProxyCmd.java |    2 +-
 .../commands/ListRecurringSnapshotScheduleCmd.java |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3dc7626e/api/src/com/cloud/api/commands/CreatePrivateNetworkCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/CreatePrivateNetworkCmd.java 
b/api/src/com/cloud/api/commands/CreatePrivateNetworkCmd.java
index 92c7ac5..b140ac7 100644
--- a/api/src/com/cloud/api/commands/CreatePrivateNetworkCmd.java
+++ b/api/src/com/cloud/api/commands/CreatePrivateNetworkCmd.java
@@ -31,7 +31,7 @@ import com.cloud.exception.ResourceAllocationException;
 import com.cloud.network.Network;
 import com.cloud.user.UserContext;
 
-@APICommand(description="Creates a private network", 
responseObject=NetworkResponse.class)
+//@APICommand(description="Creates a private network", 
responseObject=NetworkResponse.class)
 public class CreatePrivateNetworkCmd extends BaseAsyncCreateCmd {
     public static final Logger s_logger = 
Logger.getLogger(CreatePrivateNetworkCmd.class.getName());
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3dc7626e/api/src/com/cloud/api/commands/DestroyConsoleProxyCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/DestroyConsoleProxyCmd.java 
b/api/src/com/cloud/api/commands/DestroyConsoleProxyCmd.java
index 17bafb1..8026907 100644
--- a/api/src/com/cloud/api/commands/DestroyConsoleProxyCmd.java
+++ b/api/src/com/cloud/api/commands/DestroyConsoleProxyCmd.java
@@ -25,7 +25,7 @@ import com.cloud.event.EventTypes;
 import com.cloud.user.Account;
 import com.cloud.user.UserContext;
 
-@APICommand(description="Destroys console proxy", 
responseObject=SuccessResponse.class)
+//@APICommand(description="Destroys console proxy", 
responseObject=SuccessResponse.class)
 public class DestroyConsoleProxyCmd extends BaseAsyncCmd {
     public static final Logger s_logger = 
Logger.getLogger(DestroyConsoleProxyCmd.class.getName());
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3dc7626e/api/src/com/cloud/api/commands/ListRecurringSnapshotScheduleCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/com/cloud/api/commands/ListRecurringSnapshotScheduleCmd.java 
b/api/src/com/cloud/api/commands/ListRecurringSnapshotScheduleCmd.java
index 41f28f9..709da6a 100644
--- a/api/src/com/cloud/api/commands/ListRecurringSnapshotScheduleCmd.java
+++ b/api/src/com/cloud/api/commands/ListRecurringSnapshotScheduleCmd.java
@@ -27,7 +27,7 @@ import org.apache.cloudstack.api.response.ListResponse;
 import org.apache.cloudstack.api.response.SnapshotScheduleResponse;
 import com.cloud.storage.snapshot.SnapshotSchedule;
 
-@APICommand(description="Lists recurring snapshot schedule", 
responseObject=SnapshotScheduleResponse.class)
+//@APICommand(description="Lists recurring snapshot schedule", 
responseObject=SnapshotScheduleResponse.class)
 public class ListRecurringSnapshotScheduleCmd extends BaseListCmd {
     private static final String s_name = 
"listrecurringsnapshotscheduleresponse";
 

Reply via email to