laimis commented on code in PR #809:
URL: https://github.com/apache/lucenenet/pull/809#discussion_r1161192718


##########
src/Lucene.Net/Util/RollingBuffer.cs:
##########
@@ -37,12 +36,35 @@ public interface IResettable
         }
     }
 
+    /// <summary>
+    /// LUCENENET specific interface to allow overriding rolling buffer item 
creation
+    /// without having to call virtual methods from the constructor
+    /// </summary>
+    public interface IRollingBufferItemFactory<out T>

Review Comment:
   Done, please take a look now



-- 
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]

Reply via email to