Skip to content

Commit

Permalink
Correct comments for release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
blehnen committed Oct 27, 2023
1 parent 8fe40fd commit a2a9092
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ internal class RetryCommandHandlerOutputDecoratorAsync<TCommand, TOutput> : ICom
private readonly IPolicies _policies;
private IAsyncPolicy _policy;


/// <summary>
/// Initializes a new instance of the <see cref="decorated" /> class.
/// Constructor
/// </summary>
/// <param name="policies">The decorated.</param>
/// <param name="decorated">The command to wrap.</param>
/// <param name="policies">The policies.</param>
public RetryCommandHandlerOutputDecoratorAsync(ICommandHandlerWithOutputAsync<TCommand, TOutput> decorated,
IPolicies policies)
Expand Down

0 comments on commit a2a9092

Please sign in to comment.