mirror of https://github.com/apache/cloudstack.git
checkstyle trailing spaces
This commit is contained in:
parent
d31ecb8cfc
commit
814af6a182
|
|
@ -127,7 +127,7 @@ public class KVMStorageProcessor implements StorageProcessor {
|
|||
private String _createTmplPath;
|
||||
private String _manageSnapshotPath;
|
||||
private int _cmdsTimeout;
|
||||
|
||||
|
||||
private static final String MANAGE_SNAPSTHOT_CREATE = "-c";
|
||||
private static final String MANAGE_SNAPSTHOT_DESTROY = "-d";
|
||||
private static final String NAME = "-n";
|
||||
|
|
@ -1546,7 +1546,7 @@ public class KVMStorageProcessor implements StorageProcessor {
|
|||
s_logger.debug("Succesfully connected to Ceph cluster at " + r.confGet(CEPH_MON_HOST));
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public Answer deleteVolume(final DeleteCommand cmd) {
|
||||
final VolumeObjectTO vol = (VolumeObjectTO)cmd.getData();
|
||||
|
|
|
|||
Loading…
Reference in New Issue