override fun download()

in rest/src/main/kotlin/org/jetbrains/intellij/pluginRepository/internal/instances/PluginDownloaderInstance.kt [26:29]


  override fun download(id: UpdateId, targetPath: File): File? {
    LOG.info("Downloading update of plugin for $id...")
    return doDownloadPlugin(service.download(id), targetPath)
  }