in rest/src/main/kotlin/org/jetbrains/intellij/pluginRepository/internal/instances/PluginDownloaderInstance.kt [16:19]
override fun download(xmlId: String, version: String, targetPath: File, channel: String?): File? {
LOG.info("Downloading $xmlId:$version")
return doDownloadPlugin(service.download(xmlId, version, channel), targetPath)
}