Skip to content

Commit

Permalink
Make attributes builder as internal for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Oct 15, 2019
1 parent 2de0a0b commit 649f40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal struct ClaimSecurityAttributeV1In
/// <summary>
/// Builder for a claim security attribute.
/// </summary>
public class ClaimSecurityAttributeBuilder
internal class ClaimSecurityAttributeBuilder
{
private class WrapperList<T> : List<T>, IList<object>
{
Expand Down

0 comments on commit 649f40b

Please sign in to comment.