AlexanderAshitkin commented on code in PR #92: URL: https://github.com/apache/maven-build-cache-extension/pull/92#discussion_r1301818950
########## src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java: ########## @@ -401,6 +399,26 @@ private Future<File> createDownloadTask( }); if (!cacheConfig.isLazyRestore()) { downloadTask.run(); Review Comment: run could be removed if we call `get` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org