Skip to content

Commit 62a2170

Browse files
committed
Remove errant Deprecation annotation on MongoClientOptions.Builder.localThreshold()
JAVA-1641
1 parent 322ba43 commit 62a2170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/com/mongodb/MongoClientOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public Builder heartbeatThreadCount(final int heartbeatThreadCount) {
176176
* @see com.mongodb.MongoClientOptions#getLocalThreshold()
177177
* @since 2.13.0
178178
*/
179-
@Deprecated
180179
public Builder localThreshold(final int localThreshold) {
181180
if (localThreshold < 0) {
182181
throw new IllegalArgumentException("localThreshold must be greater than or equal to 0");

0 commit comments

Comments
 (0)