Skip to content

Commit

Permalink
Merge pull request #12 from BenRStutzman/feature/make-diagram-public
Browse files Browse the repository at this point in the history
Make PlantumlDiagram public so that ToPumlString method is accessible
  • Loading branch information
yanjustino authored May 24, 2021
2 parents 4b656b6 + b07a535 commit b81e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4Sharp/Models/Plantuml/PlantumlDiagram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace C4Sharp.Models.Plantuml
/// <summary>
/// Parser Diagram to PlantUML
/// </summary>
internal static class PlantumlDiagram
public static class PlantumlDiagram
{
/// <summary>
/// Create PUML content from Diagram
Expand Down

0 comments on commit b81e08f

Please sign in to comment.