File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/client/RabbitMQ.Client/src/client/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class AutorecoveringConnection : IConnection
54
54
{
55
55
private readonly object m_eventLock = new object ( ) ;
56
56
57
- public readonly object manuallyClosedLock = new object ( ) ;
57
+ private readonly object manuallyClosedLock = new object ( ) ;
58
58
protected Connection m_delegate ;
59
59
protected ConnectionFactory m_factory ;
60
60
@@ -63,7 +63,7 @@ public class AutorecoveringConnection : IConnection
63
63
// IHostnameSelector
64
64
private IEndpointResolver endpoints ;
65
65
66
- public readonly object m_recordedEntitiesLock = new object ( ) ;
66
+ private readonly object m_recordedEntitiesLock = new object ( ) ;
67
67
private readonly TaskFactory recoveryTaskFactory = new TaskFactory ( ) ;
68
68
private readonly object recoveryLockTarget = new object ( ) ;
69
69
// used to block connection recovery attempts after Close() is unvoked
You can’t perform that action at this time.
0 commit comments