NehanPathan commented on code in PR #1170: URL: https://github.com/apache/lucenenet/pull/1170#discussion_r2314734310
########## src/Lucene.Net.Replicator/Support/Http/Abstractions/IReplicationService.cs: ########## @@ -1,4 +1,7 @@ using System; +using System.Threading; Review Comment: We need System.Threading and System.Threading.Tasks for PerformAsync; System is optional and can be removed -- 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]
