Skip to content

Commit

Permalink
Remove unpopulated xmldocs
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Nov 28, 2024
1 parent bc4975e commit 2ee10a7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ public class CanvasPaintingResolver(
/// <summary>
/// Generate new CanvasPainting objects for items in provided <see cref="PresentationManifest"/>
/// </summary>
/// <param name="customerId"></param>
/// <param name="presentationManifest"></param>
/// <param name="cancellationToken"></param>
/// <returns>Tuple of either error OR newly created </returns>
public async Task<(PresUpdateResult? error, List<CanvasPainting>? canvasPaintings)> InsertCanvasPaintings(
int customerId, IIIFManifest presentationManifest, CancellationToken cancellationToken)
Expand Down

0 comments on commit 2ee10a7

Please sign in to comment.