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 5b02415 commit 6e5455eCopy full SHA for 6e5455e
source/includes/crud/Insert.java
@@ -52,8 +52,6 @@ public static void main(String[] args) {
52
53
// Prints the IDs of the inserted documents
54
System.out.println("insertMany() document ids: " + result.getInsertedIds());
55
-
56
- // Prints a message if any exceptions occur during the operation
57
} catch (MongoException me) {
58
System.err.println("Unable to insert due to an error: " + me);
59
}
0 commit comments