mirror of https://github.com/apache/cloudstack.git
Detach volume command refactor incremental checkin
This commit is contained in:
parent
ec9fdd5b16
commit
5a8313cc51
|
|
@ -34,7 +34,6 @@ import com.cloud.utils.Pair;
|
|||
public class DetachVolumeCmd extends BaseCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(DetachVolumeCmd.class.getName());
|
||||
private static final String s_name = "detachvolumeresponse";
|
||||
private static final List<Pair<Enum, Boolean>> s_properties = new ArrayList<Pair<Enum, Boolean>>();
|
||||
|
||||
static {
|
||||
s_properties.add(new Pair<Enum, Boolean>(BaseCmd.Properties.ACCOUNT_OBJ, Boolean.FALSE));
|
||||
|
|
|
|||
Loading…
Reference in New Issue