Skip to content

Commit

Permalink
Remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Jan 29, 2025
1 parent 6f5df04 commit 205dde2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ private Task<IEnumerable<OrganizationUserPolicyDetails>> GetPolicyDetails(Guid u
/// </summary>
private class PolicyRequirementRegistry
{
/// <summary>
/// A dictionary associating a Policy Requirement's type with its factory function.
/// </summary>
private readonly Dictionary<Type, CreateRequirement<IPolicyRequirement>> _registry = new();

public void Add<T>(CreateRequirement<T> factory) where T : IPolicyRequirement
Expand Down

0 comments on commit 205dde2

Please sign in to comment.