nvazquez commented on code in PR #6577:
URL: https://github.com/apache/cloudstack/pull/6577#discussion_r960719041
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtStartCommandWrapper.java:
##########
@@ -47,7 +47,7 @@
import com.cloud.vm.VirtualMachine;
@ResourceWrapper(handles = StartCommand.class)
-public class LibvirtStartCommandWrapper extends CommandWrapper<StartCommand,
Answer, LibvirtComputingResource> {
+public final class LibvirtStartCommandWrapper extends
CommandWrapper<StartCommand, Answer, LibvirtComputingResource> {
Review Comment:
Had actually reverted the changes on this file @DaanHoogland
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]