BryanMLima commented on code in PR #10077: URL: https://github.com/apache/cloudstack/pull/10077#discussion_r1880926973
########## plugins/storage/volume/storpool/src/main/java/com/cloud/hypervisor/kvm/storage/StorPoolStoragePool.java: ########## @@ -16,6 +16,7 @@ // under the License. package com.cloud.hypervisor.kvm.storage; +import com.cloud.hypervisor.kvm.resource.LibvirtVMDef; Review Comment: Nitpicking, but could you move this import with the other `com.` imports? -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org