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 e9dd390 commit ac4302dCopy full SHA for ac4302d
src/main/com/mongodb/DB.java
@@ -34,13 +34,13 @@ public abstract class DB {
34
* updates, and removes).
35
* @deprecated
36
*/
37
- @Deprecated
+ @Deprecated
38
public static class WriteConcern {
39
/**
40
* Don't check for or report any errors on writes.
41
42
public final static com.mongodb.WriteConcern NONE = com.mongodb.WriteConcern.NONE;
43
-
+
44
45
* Use the default level of error checking on writes. Don't
46
* send a getLastError command or wait for a response, but do
0 commit comments