We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f544e4 commit e0bc8faCopy full SHA for e0bc8fa
driver-core/src/main/com/mongodb/MongoClientSettings.java
@@ -893,8 +893,6 @@ public String toString() {
893
+ ", uuidRepresentation=" + uuidRepresentation
894
+ ", serverApi=" + serverApi
895
+ ", autoEncryptionSettings=" + autoEncryptionSettings
896
- + ", heartbeatSocketTimeoutSetExplicitly=" + heartbeatSocketTimeoutSetExplicitly
897
- + ", heartbeatConnectTimeoutSetExplicitly=" + heartbeatConnectTimeoutSetExplicitly
898
+ ", contextProvider=" + contextProvider
899
+ '}';
900
}
0 commit comments