Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Sep 12, 2023
1 parent f7246c1 commit 8de962c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/// <summary>
/// Mimics the outbox behavior as part of the logical phase.
/// </summary>
/// <remarks>Can be renamed back to LogicalOutboxBehavior once the type is gone from the public API.</remarks>
class LogicalOutboxBehavior : IBehavior<IIncomingLogicalMessageContext, IIncomingLogicalMessageContext>
{
internal LogicalOutboxBehavior(ContainerHolderResolver containerHolderResolver, JsonSerializer serializer)
Expand Down

0 comments on commit 8de962c

Please sign in to comment.