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 322ba43 commit 62a2170Copy full SHA for 62a2170
src/main/com/mongodb/MongoClientOptions.java
@@ -176,7 +176,6 @@ public Builder heartbeatThreadCount(final int heartbeatThreadCount) {
176
* @see com.mongodb.MongoClientOptions#getLocalThreshold()
177
* @since 2.13.0
178
*/
179
- @Deprecated
180
public Builder localThreshold(final int localThreshold) {
181
if (localThreshold < 0) {
182
throw new IllegalArgumentException("localThreshold must be greater than or equal to 0");
0 commit comments