Skip to content

Commit

Permalink
add small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 15, 2024
1 parent d9e2239 commit 89eafb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ namespace Nager.PublicSuffix.RuleProviders
/// </summary>
public abstract class BaseRuleProvider : IRuleProvider
{
protected DomainDataStructure _domainDataStructure;
/// <summary>
/// Parsed publix suffix list rules
/// </summary>
protected DomainDataStructure? _domainDataStructure;

/// <inheritdoc/>
public abstract Task<bool> BuildAsync(
Expand Down

0 comments on commit 89eafb8

Please sign in to comment.