File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
driver-async/src/examples/tour Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ public class QuickTour {
56
56
* Run this main method to see the output of this quick example.
57
57
*
58
58
* @param args takes an optional single argument for the connection string
59
+ * @throws InterruptedException if a latch is interrupted
59
60
*/
60
61
public static void main (final String [] args ) throws InterruptedException {
61
62
MongoClient mongoClient ;
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public class QuickTourAdmin {
39
39
* Run this main method to see the output of this quick example.
40
40
*
41
41
* @param args takes an optional single argument for the connection string
42
+ * @throws InterruptedException if a latch is interrupted
42
43
*/
43
44
public static void main (final String [] args ) throws InterruptedException {
44
45
MongoClient mongoClient ;
You can’t perform that action at this time.
0 commit comments