Detach volume command refactor incremental checkin

This commit is contained in:
abhishek 2010-08-23 17:41:22 -07:00
parent ec9fdd5b16
commit 5a8313cc51
1 changed files with 0 additions and 1 deletions

View File

@ -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));