Skip to content

Commit 75e1539

Browse files
committed
chore: reverts copilot hallucination
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 89160e4 commit 75e1539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.YamlReader/OpenApiYamlReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static ReadResult Read(JsonNode jsonNode, Uri location, OpenApiReaderSett
117117
}
118118

119119
/// <inheritdoc/>
120-
internal static T? ReadFragment<T>(JsonNode input, OpenApiSpecVersion version, OpenApiDocument openApiDocument, out OpenApiDiagnostic diagnostic, OpenApiReaderSettings? settings = null) where T : IOpenApiElement
120+
public static T? ReadFragment<T>(JsonNode input, OpenApiSpecVersion version, OpenApiDocument openApiDocument, out OpenApiDiagnostic diagnostic, OpenApiReaderSettings? settings = null) where T : IOpenApiElement
121121
{
122122
return _jsonReader.ReadFragment<T>(input, version, openApiDocument, out diagnostic, settings);
123123
}

0 commit comments

Comments
 (0)