DaanHoogland commented on code in PR #12465: URL: https://github.com/apache/cloudstack/pull/12465#discussion_r2704726474
########## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java: ########## @@ -43,6 +43,10 @@ import javax.naming.ConfigurationException; +import com.ceph.rbd.jna.RbdImageInfo; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.JsonNode; +import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.cloudstack.agent.directdownload.DirectDownloadAnswer; import org.apache.cloudstack.agent.directdownload.DirectDownloadCommand; Review Comment: checkstyle doesn’t like you @sureshanaparti (or your code), but don’t apply it lit co-pilot suggests!!! You’d get double imports, that way. -- 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]
