Skip to content

Commit ec6ed92

Browse files
vbabaninrozza
andauthored
Update driver-core/src/main/com/mongodb/ConnectionString.java
Co-authored-by: Ross Lawley <[email protected]>
1 parent 8d08414 commit ec6ed92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@
277277
* <li>{@code maxAdaptiveRetries=n}: This is {@linkplain Beta Beta API}.
278278
* The maximum number of retry attempts when encountering a retryable overload error.
279279
* See {@link MongoClientSettings.Builder#maxAdaptiveRetries(Integer)} for more information.</li>
280-
* <li>{@code enableOverloadRetargeting=true|false}: Whether to enable overload retargeting. Defaults to false.
280+
* <li>{@code enableOverloadRetargeting=true|false}: This is {@linkplain Beta Beta API}.
281+
* Whether to enable overload retargeting. Defaults to false.
281282
* See {@link MongoClientSettings.Builder#enableOverloadRetargeting(boolean)} for more information.</li>
282283
* <li>{@code uuidRepresentation=unspecified|standard|javaLegacy|csharpLegacy|pythonLegacy}. See
283284
* {@link MongoClientSettings#getUuidRepresentation()} for documentation of semantics of this parameter. Defaults to "javaLegacy", but

0 commit comments

Comments
 (0)