mirror of https://github.com/apache/cloudstack.git
Used the wrong base cmd
This commit is contained in:
parent
74a8dc0aa8
commit
37f6e794d9
|
|
@ -20,13 +20,13 @@ package com.cloud.api.commands;
|
|||
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import com.cloud.api.BaseCmd;
|
||||
import com.cloud.api.BaseAsyncCmd;
|
||||
import com.cloud.api.Implementation;
|
||||
import com.cloud.api.Parameter;
|
||||
import com.cloud.api.BaseCmd.Manager;
|
||||
|
||||
@Implementation(method="detachVolumeFromVM", manager=Manager.UserVmManager)
|
||||
public class DetachVolumeCmd extends BaseCmd {
|
||||
public class DetachVolumeCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(DetachVolumeCmd.class.getName());
|
||||
private static final String s_name = "detachvolumeresponse";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue