This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 1274197c39b4b229af7c6734d35840ff21d47e97 Author: Shad Storhaug <[email protected]> AuthorDate: Sat Mar 14 01:13:58 2020 +0700 Lucene.Net.Store.FSDirectory: Fixed broken XML doc comment --- src/Lucene.Net/Store/FSDirectory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net/Store/FSDirectory.cs b/src/Lucene.Net/Store/FSDirectory.cs index 00ddcd3..e9ee47f 100644 --- a/src/Lucene.Net/Store/FSDirectory.cs +++ b/src/Lucene.Net/Store/FSDirectory.cs @@ -464,7 +464,7 @@ namespace Lucene.Net.Store get { return chunkSize; } } - ///// <summary> + /// <summary> /// Writes output with <see cref="FileStream.Write(byte[], int, int)"/> /// </summary> // LUCENENET specific: Since FileStream does its own buffering, this class was refactored
