Skip to content

Commit b24f7ec

Browse files
nhachichavbabanin
andauthored
Update driver-core/src/main/com/mongodb/internal/connection/BackpressureErrorLabeler.java
Co-authored-by: Viacheslav Babanin <[email protected]>
1 parent 4d3eaea commit b24f7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/main/com/mongodb/internal/connection/BackpressureErrorLabeler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static boolean isDnsLookupFailure(final Throwable t) {
7070
return false;
7171
}
7272

73-
static boolean isTlsConfigurationError(final Throwable t) {
73+
private static boolean isTlsConfigurationError(final MongoSocketException t) {
7474
Throwable cause = t.getCause();
7575
while (cause != null) {
7676
if (cause instanceof CertificateException

0 commit comments

Comments
 (0)