Skip to content

Commit 455b8bc

Browse files
Update CosmosNettyLeakDetectorFactory.java
1 parent 1a7985b commit 455b8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/CosmosNettyLeakDetectorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public final class CosmosNettyLeakDetectorFactory extends ResourceLeakDetectorFa
1919
private static volatile boolean isLeakDetectionDisabled = false;
2020
private static volatile boolean isInitialized = false;
2121

22-
private CosmosNettyLeakDetectorFactory() {
22+
public CosmosNettyLeakDetectorFactory() {
2323
}
2424

2525
@Override

0 commit comments

Comments
 (0)