diff --git a/driver-core/src/main/com/mongodb/MongoClientSettings.java b/driver-core/src/main/com/mongodb/MongoClientSettings.java index cb68ac4c2f0..a415a98954a 100644 --- a/driver-core/src/main/com/mongodb/MongoClientSettings.java +++ b/driver-core/src/main/com/mongodb/MongoClientSettings.java @@ -899,8 +899,8 @@ public SslSettings getSslSettings() { } /** - * Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout, - * socketTimeout and socketKeepAlive. + * Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout + * and socketTimeout. * * @return a SocketSettings object populated with the connection settings from this {@code MongoClientSettings} instance. * @see SocketSettings