Skip to content

Commit 44c765a

Browse files
committed
fix access modifiers
1 parent 18e57ad commit 44c765a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StackExchange.Redis/ThreadSafePhysicalConnectionAccessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal ThreadSafePhysicalConnectionAccessor()
1313
{
1414
}
1515

16-
public bool HasOutputPipe
16+
internal bool HasOutputPipe
1717
{
1818
get
1919
{
@@ -29,7 +29,7 @@ public bool HasOutputPipe
2929
}
3030
}
3131

32-
public bool HasPendingCallerFacingItems
32+
internal bool HasPendingCallerFacingItems
3333
{
3434
get
3535
{

0 commit comments

Comments
 (0)