Skip to content

Commit d80ab8b

Browse files
committed
chore: reverts internal change
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 19d8796 commit d80ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.YamlReader/YamlConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Microsoft.OpenApi.YamlReader
1111
/// <summary>
1212
/// Provides extensions to convert YAML models to JSON models.
1313
/// </summary>
14-
internal static class YamlConverter
14+
public static class YamlConverter
1515
{
1616
/// <summary>
1717
/// Converts all of the documents in a YAML stream to <see cref="JsonNode"/>s.

0 commit comments

Comments
 (0)