paulirwin commented on code in PR #1014:
URL: https://github.com/apache/lucenenet/pull/1014#discussion_r1836894760
##########
src/Lucene.Net.Tests/Index/TestDeletionPolicy.cs:
##########
@@ -40,11 +38,10 @@ namespace Lucene.Net.Index
using TermQuery = Lucene.Net.Search.TermQuery;
using TestUtil = Lucene.Net.Util.TestUtil;
- /*
- Verify we can read the pre-2.1 file format, do searches
- against it, and add documents to it.
- */
-
+ /// <summary>
+ /// Verify we can read the pre-2.1 file format, do searches
+ /// against it, and add documents to it.
+ /// </summary>
[TestFixture]
public class TestDeletionPolicy : LuceneTestCase
{
Review Comment:
I thought about doing this... glad you agree. Will do.
--
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]