Skip to content

Commit c372979

Browse files
committed
Protected ctor
1 parent 96d5e20 commit c372979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/Impl/AsyncRpcContinuations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal abstract class AsyncRpcContinuation<T> : IRpcContinuation
5151

5252
private bool _disposedValue;
5353

54-
public AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
54+
protected AsyncRpcContinuation(TimeSpan continuationTimeout, CancellationToken cancellationToken)
5555
{
5656
/*
5757
* Note: we can't use an ObjectPool for these because the netstandard2.0

0 commit comments

Comments
 (0)