checkstyle trailing spaces

This commit is contained in:
GabrielBrascher 2020-03-16 08:31:45 -03:00
parent d31ecb8cfc
commit 814af6a182
1 changed files with 2 additions and 2 deletions

View File

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