You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/03/14 18:04:45 UTC

[lucenenet] 02/02: Lucene.Net.Store.FSDirectory: Fixed broken XML doc comment

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 <sh...@shadstorhaug.com>
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