rclabo commented on a change in pull request #420:
URL: https://github.com/apache/lucenenet/pull/420#discussion_r575486624
##########
File path: src/Lucene.Net.Tests.Classification/Utils/DataSplitterTest.cs
##########
@@ -32,20 +32,20 @@ namespace Lucene.Net.Classification
*/
public class DataSplitterTest : Util.LuceneTestCase
{
- private AtomicReader _originalIndex;
- private RandomIndexWriter _indexWriter;
+ private AtomicReader originalIndex;
+ private RandomIndexWriter indexWriter;
private Directory _dir;
Review comment:
Of course. That was a brain fart. I must have gotten interrupted.
Sorry about that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]