Skip to content

Commit 3730d63

Browse files
committed
Make OpenApiYamlDocumentReader internal
1 parent a4c86b9 commit 3730d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Readers/OpenApiYamlDocumentReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.OpenApi.Readers
1616
/// <summary>
1717
/// Service class for converting contents of TextReader into OpenApiDocument instances
1818
/// </summary>
19-
public class OpenApiYamlDocumentReader : IOpenApiReader<YamlDocument, OpenApiDiagnostic>
19+
internal class OpenApiYamlDocumentReader : IOpenApiReader<YamlDocument, OpenApiDiagnostic>
2020
{
2121
private readonly OpenApiReaderSettings _settings;
2222

0 commit comments

Comments
 (0)