File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
projects/client/RabbitMQ.Client/src/client/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ namespace RabbitMQ.Client
54
54
/// special-cases 8-0, rewriting it at construction time to be 0-8 instead.
55
55
/// </para>
56
56
/// </remarks>
57
- public class AmqpVersion
57
+ class AmqpVersion
58
58
{
59
59
/// <summary>
60
60
/// Construct an <see cref="AmqpVersion"/> from major and minor version numbers.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ namespace RabbitMQ.Client
67
67
/// of this class must be used.
68
68
/// </para>
69
69
/// </remarks>
70
- public class BinaryTableValue
70
+ class BinaryTableValue
71
71
{
72
72
/// <summary>
73
73
/// Creates a new instance of the <see cref="BinaryTableValue"/> with null for its Bytes property.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ namespace RabbitMQ.Client
50
50
/// Represents an <see cref="SslHelper"/> which does the actual heavy lifting to set up an SSL connection,
51
51
/// using the config options in an <see cref="SslOption"/> to make things cleaner.
52
52
/// </summary>
53
- public class SslHelper
53
+ class SslHelper
54
54
{
55
55
private readonly SslOption _sslOption ;
56
56
You can’t perform that action at this time.
0 commit comments