We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c86b9 commit 3730d63Copy full SHA for 3730d63
src/Microsoft.OpenApi.Readers/OpenApiYamlDocumentReader.cs
@@ -16,7 +16,7 @@ namespace Microsoft.OpenApi.Readers
16
/// <summary>
17
/// Service class for converting contents of TextReader into OpenApiDocument instances
18
/// </summary>
19
- public class OpenApiYamlDocumentReader : IOpenApiReader<YamlDocument, OpenApiDiagnostic>
+ internal class OpenApiYamlDocumentReader : IOpenApiReader<YamlDocument, OpenApiDiagnostic>
20
{
21
private readonly OpenApiReaderSettings _settings;
22
0 commit comments