Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 367d4a6

Browse files
committed
chore: copy reference implementation
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 454c30f commit 367d4a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.OpenApi/Models/References/OpenApiResponseReference.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ public IOpenApiResponse CreateShallowCopy()
7070
return new OpenApiResponseReference(this);
7171
}
7272
/// <inheritdoc/>
73-
protected override OpenApiReferenceWithDescription CopyReference(OpenApiReferenceWithDescription sourceReference)
73+
protected override OpenApiReferenceWithDescriptionAndSummary CopyReference(OpenApiReferenceWithDescriptionAndSummary sourceReference)
7474
{
75-
return new OpenApiReferenceWithDescription(sourceReference);
75+
return new OpenApiReferenceWithDescriptionAndSummary(sourceReference);
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)