Skip to content

Commit a050185

Browse files
author
Ryan
committed
changed to use non-dev class.
1 parent 3a05299 commit a050185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/mongodb/MongoOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void reset(){
4141
w = 0;
4242
wtimeout = 0;
4343
fsync = false;
44-
dbCallbackFactory = DBCallbackImpl.FACTORY;
44+
dbCallbackFactory = DefaultDBCallback.FACTORY;
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)