NightOwl888 commented on code in PR #897:
URL: https://github.com/apache/lucenenet/pull/897#discussion_r1462162422


##########
src/Lucene.Net.Tests/Util/TestBytesRefArray.cs:
##########
@@ -114,11 +114,10 @@ public virtual void TestAppendIterator()
                 }
                 for (int i = 0; i < 2; i++)
                 {
-                    IBytesRefEnumerator iterator = list.GetEnumerator();
+                    IBytesRefIterator iterator = list.GetIterator();

Review Comment:
   We don't need to remove them yet. Let's wait until RC1.
   
   FYI, some of the obsolete API was moved into an `ObsoleteAPI` folder as 
partial classes so we can just delete the files to remove them. However, that 
wasn't done everywhere, unfortunately.



-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to