Skip to content

Commit

Permalink
SessionQueueQueryResponseMessage set access level to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Jul 25, 2024
1 parent 10c2bc2 commit d5b47a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ActiveMQ.Artemis.Core.Client.Framing.Incoming;

public readonly struct SessionQueueQueryResponseMessage : IIncomingPacket
internal readonly struct SessionQueueQueryResponseMessage : IIncomingPacket
{
public readonly bool Exists;
public readonly bool Durable;
Expand Down

0 comments on commit d5b47a2

Please sign in to comment.