Skip to content

Commit

Permalink
Changed SyntaxFactoryHelpers accessor to internal
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com>
  • Loading branch information
m3nax committed Oct 21, 2024
1 parent 963b38a commit a50e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dapr.Actors.Generators/Helpers/SyntaxFactoryHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Dapr.Actors.Generators.Helpers
/// <summary>
/// Syntax factory helpers for generating syntax.
/// </summary>
public static partial class SyntaxFactoryHelpers
internal static partial class SyntaxFactoryHelpers
{
/// <summary>
/// Generates a syntax for an <see cref="ArgumentNullException"/> based on the given argument name.
Expand Down

0 comments on commit a50e6de

Please sign in to comment.