NightOwl888 commented on code in PR #696:
URL: https://github.com/apache/lucenenet/pull/696#discussion_r998182530
##########
src/Lucene.Net/Index/DocumentsWriterFlushControl.cs:
##########
@@ -563,17 +563,17 @@ public IEnumerator<ThreadState> AllActiveThreadStates()
private IEnumerator<ThreadState> GetPerThreadsIterator(int upto)
{
- return new IteratorAnonymousClass(this, upto);
+ return new EnumeratorAnonymousClass(this, upto);
}
- private class IteratorAnonymousClass : IEnumerator<ThreadState>
+ private class EnumeratorAnonymousClass : IEnumerator<ThreadState>
Review Comment:
Oops, this change should have been part of #698.
--
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]