Skip to content

Commit ac4302d

Browse files
committed
spacing
1 parent e9dd390 commit ac4302d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/com/mongodb/DB.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ public abstract class DB {
3434
* updates, and removes).
3535
* @deprecated
3636
*/
37-
@Deprecated
37+
@Deprecated
3838
public static class WriteConcern {
3939
/**
4040
* Don't check for or report any errors on writes.
4141
*/
4242
public final static com.mongodb.WriteConcern NONE = com.mongodb.WriteConcern.NONE;
43-
43+
4444
/**
4545
* Use the default level of error checking on writes. Don't
4646
* send a getLastError command or wait for a response, but do

0 commit comments

Comments
 (0)