Skip to content

Commit a5720b8

Browse files
nhachichaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d42bab5 commit a5720b8

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 MongoSocketException t) {
7070
return false;
7171
}
7272

73-
static boolean isTlsConfigurationError(final MongoSocketException 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)