From 18ffd7e7a8376906945864bbe3627cc5ed837cfd Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 21 Oct 2010 19:25:52 -0700 Subject: [PATCH] fixed build --- server/src/com/cloud/api/commands/DeployVMCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/api/commands/DeployVMCmd.java b/server/src/com/cloud/api/commands/DeployVMCmd.java index b65d8ae6d5f..fcab5bd863a 100644 --- a/server/src/com/cloud/api/commands/DeployVMCmd.java +++ b/server/src/com/cloud/api/commands/DeployVMCmd.java @@ -39,7 +39,7 @@ import com.cloud.uservm.UserVm; import com.cloud.vm.InstanceGroupVO; @Implementation(createMethod="createVirtualMachine", method="startVirtualMachine", manager=Manager.UserVmManager, description="Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.") -public class DeployVmCmd extends BaseAsyncCmd { +public class DeployVMCmd extends BaseAsyncCmd { public static final Logger s_logger = Logger.getLogger(DeployVMCmd.class.getName()); private static final String s_name = "deployvirtualmachineresponse";