Skip to content

Commit 9815ade

Browse files
committed
Fix comment on DefaultNamespaceTypeWrapper
1 parent d514f59 commit 9815ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public Assembly Assembly
9797
/// </summary>
9898
public string Namespace
9999
{
100-
get { return null; } // LUCENENET: Force this type to be the
100+
get { return null; } // LUCENENET: Force this type to be the default
101101
}
102102

103103
/// <summary>

0 commit comments

Comments
 (0)