Skip to content

Commit 2cbd5af

Browse files
committed
Remove inheritance from IOpenApiReadOnlyContentElement
revert commit 7758a81
1 parent bea10f0 commit 2cbd5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Models/Interfaces/IOpenApiContentElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Microsoft.OpenApi;
55
/// <summary>
66
/// Describes an element that has content.
77
/// </summary>
8-
public interface IOpenApiContentElement : IOpenApiReadOnlyContentElement
8+
public interface IOpenApiContentElement
99
{
1010
/// <inheritdoc />
1111
IDictionary<string, IOpenApiMediaType>? Content { get; set; }

0 commit comments

Comments
 (0)