rclabo commented on a change in pull request #420:
URL: https://github.com/apache/lucenenet/pull/420#discussion_r575490504
##########
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:
Sounds good. I will clean up Lucene.Net.Classification leading
underscores in a separate pull request.
----------------------------------------------------------------
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]