override fun downloadViaBlockMap()

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


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