Skip to content

Commit 26e0a38

Browse files
authored
Cleanup documentation referring to removed property (#1125)
1 parent 9c0ab20 commit 26e0a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver-core/src/main/com/mongodb/MongoClientSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,8 @@ public SslSettings getSslSettings() {
899899
}
900900

901901
/**
902-
* Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout,
903-
* socketTimeout and socketKeepAlive.
902+
* Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout
903+
* and socketTimeout.
904904
*
905905
* @return a SocketSettings object populated with the connection settings from this {@code MongoClientSettings} instance.
906906
* @see SocketSettings

0 commit comments

Comments
 (0)