Skip to content

Commit

Permalink
Make PlantumlDiagram public so that the ToPumlString method is access…
Browse files Browse the repository at this point in the history
…ible
  • Loading branch information
Ben Stutzman committed May 18, 2021
1 parent 4b656b6 commit b07a535
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 b07a535

Please sign in to comment.