Skip to content

Commit 9fdbaa4

Browse files
committed
update code comment spacing
1 parent 93641af commit 9fdbaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fundamentals/code-snippets/Transaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void main(String[] args) {
1616
try (MongoClient mongoClient = MongoClients.create(connectionString)) {
1717
MongoDatabase database = mongoClient.getDatabase("transaction_db");
1818
MongoCollection<Document> collection = database.getCollection("books");
19-
// start transaction
19+
// start transaction
2020
// Set transaction options
2121
TransactionOptions txnOptions = TransactionOptions.builder()
2222
.writeConcern(WriteConcern.MAJORITY)

0 commit comments

Comments
 (0)