From 2c39de735e3c88e4c384b2de9be4ecfbb9af7ea8 Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Mon, 22 Jan 2024 08:29:57 -0700 Subject: [PATCH] Fix XML docs for TestBytesRefHash, #259 --- src/Lucene.Net.Tests/Util/TestBytesRefHash.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Lucene.Net.Tests/Util/TestBytesRefHash.cs b/src/Lucene.Net.Tests/Util/TestBytesRefHash.cs index 11858c5f89..370691fba8 100644 --- a/src/Lucene.Net.Tests/Util/TestBytesRefHash.cs +++ b/src/Lucene.Net.Tests/Util/TestBytesRefHash.cs @@ -55,7 +55,7 @@ private BytesRefHash NewHash(ByteBlockPool blockPool) } /// - /// Test method for . + /// Test method for . /// [Test] public virtual void TestSize() @@ -95,7 +95,7 @@ public virtual void TestSize() /// /// Test method for - /// + /// /// . /// [Test] @@ -144,7 +144,7 @@ public virtual void TestGet() } /// - /// Test method for . + /// Test method for . /// [Test] public virtual void TestCompact() @@ -194,7 +194,7 @@ public virtual void TestCompact() /// /// Test method for - /// . + /// . /// [Test] public virtual void TestSort() @@ -239,7 +239,7 @@ public virtual void TestSort() /// /// Test method for - /// + /// /// . /// [Test] @@ -366,7 +366,7 @@ public virtual void TestLargeValue() /// /// Test method for - /// + /// /// . /// [Test]