Skip to content

Commit 389e530

Browse files
committed
Fix typo in WriteConcern#toString
JAVA-4439
1 parent 39150c4 commit 389e530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/WriteConcern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public int hashCode() {
332332

333333
@Override
334334
public String toString() {
335-
return "WriteConcern{w=" + w + ", wTimeout=" + wTimeoutMS + " ms, journal=" + journal;
335+
return "WriteConcern{w=" + w + ", wTimeout=" + wTimeoutMS + " ms, journal=" + journal + "}";
336336

337337
}
338338

0 commit comments

Comments
 (0)