Skip to content

Commit baddba9

Browse files
committed
fix(BuilderStepMethods): make constructor internal
1 parent 5fea631 commit baddba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/M31.FluentApi.Generator/CodeGeneration/CodeBoardActors/BuilderMethodsGeneration/BuilderStepMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace M31.FluentApi.Generator.CodeGeneration.CodeBoardActors.BuilderMethodsG
44

55
internal class BuilderStepMethods
66
{
7-
public BuilderStepMethods(
7+
internal BuilderStepMethods(
88
IReadOnlyCollection<BuilderStepMethod> staticMethods,
99
IReadOnlyCollection<BuilderInterface> interfaces)
1010
{

0 commit comments

Comments
 (0)