Skip to content

Commit

Permalink
Update src/JustSaying/AwsTools/MessageHandling/Compression/MessageDec…
Browse files Browse the repository at this point in the history
…ompressionRegistry.cs

Co-authored-by: Martin Costello <[email protected]>
  • Loading branch information
slang25 and martincostello authored May 9, 2024
1 parent a58a62b commit 4d25ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace JustSaying.AwsTools.MessageHandling.Compression;

public class MessageDecompressionRegistry : IMessageDecompressionRegistry
public sealed class MessageDecompressionRegistry : IMessageDecompressionRegistry
{
private readonly IList<IMessageBodyDecompressor> _decompressors;

Expand Down

0 comments on commit 4d25ab0

Please sign in to comment.