Skip to content

Commit c28af0f

Browse files
committed
Fix comment on DefaultNamespaceTypeWrapper
1 parent b52a9ec commit c28af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lucene.Net.TestFramework/Support/Util/DefaultNamespaceTypeWrapper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public Assembly Assembly
9595
/// </summary>
9696
public string Namespace
9797
{
98-
get { return null; } // LUCENENET: Force this type to be the
98+
get { return null; } // LUCENENET: Force this type to be the default
9999
}
100100

101101
/// <summary>

0 commit comments

Comments
 (0)