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 c4588ad commit 85c8fe4Copy full SHA for 85c8fe4
src/main/com/mongodb/Mongo.java
@@ -539,6 +539,7 @@ public int getOptions(){
539
* Helper method for setting up MongoOptions at instantiation
540
* so that any options which affect this connection can be set.
541
*/
542
+ @SuppressWarnings("deprecation")
543
void _applyMongoOptions() {
544
if (_options.slaveOk) slaveOk();
545
setWriteConcern( _options.getWriteConcern() );
0 commit comments