Skip to content

Commit 278c875

Browse files
committed
Make types internal
1 parent 4f6f275 commit 278c875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/client/RabbitMQ.Client/src/client/api/AmqpVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace RabbitMQ.Client
5454
/// special-cases 8-0, rewriting it at construction time to be 0-8 instead.
5555
/// </para>
5656
/// </remarks>
57-
public class AmqpVersion
57+
class AmqpVersion
5858
{
5959
/// <summary>
6060
/// Construct an <see cref="AmqpVersion"/> from major and minor version numbers.

projects/client/RabbitMQ.Client/src/client/api/BinaryTableValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace RabbitMQ.Client
6767
/// of this class must be used.
6868
/// </para>
6969
/// </remarks>
70-
public class BinaryTableValue
70+
class BinaryTableValue
7171
{
7272
/// <summary>
7373
/// Creates a new instance of the <see cref="BinaryTableValue"/> with null for its Bytes property.

projects/client/RabbitMQ.Client/src/client/api/SslHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace RabbitMQ.Client
5050
/// Represents an <see cref="SslHelper"/> which does the actual heavy lifting to set up an SSL connection,
5151
/// using the config options in an <see cref="SslOption"/> to make things cleaner.
5252
/// </summary>
53-
public class SslHelper
53+
class SslHelper
5454
{
5555
private readonly SslOption _sslOption;
5656

0 commit comments

Comments
 (0)