Skip to content

Commit

Permalink
Fix comment on DefaultNamespaceTypeWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Jan 18, 2025
1 parent 31fff00 commit e5d7427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Assembly Assembly
/// </summary>
public string Namespace
{
get { return null; } // LUCENENET: Force this type to be the
get { return null; } // LUCENENET: Force this type to be the default
}

/// <summary>
Expand Down

0 comments on commit e5d7427

Please sign in to comment.