Skip to content

Commit

Permalink
Added Returns Documentation string for WriteCsdlAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
WanjohiSammy committed Jul 2, 2024
1 parent 97ecc69 commit 307c10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.OData.Edm/Csdl/CsdlJsonWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ protected override void WriteCsdl()
/// <summary>
/// Asynchronously Writes the JSON CSDL.
/// </summary>
/// <returns>Task that represents the asynchronous operation.</returns>
protected override async Task WriteCsdlAsync()
{
await WriteCsdlStartAsync().ConfigureAwait(false);
Expand Down

0 comments on commit 307c10d

Please sign in to comment.