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 3a05299 commit a050185Copy full SHA for a050185
src/main/com/mongodb/MongoOptions.java
@@ -41,7 +41,7 @@ public void reset(){
41
w = 0;
42
wtimeout = 0;
43
fsync = false;
44
- dbCallbackFactory = DBCallbackImpl.FACTORY;
+ dbCallbackFactory = DefaultDBCallback.FACTORY;
45
}
46
47
/**
0 commit comments