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 {
5656 * Run this main method to see the output of this quick example.
5757 *
5858 * @param args takes an optional single argument for the connection string
59+ * @throws InterruptedException if a latch is interrupted
5960 */
6061 public static void main (final String [] args ) throws InterruptedException {
6162 MongoClient mongoClient ;
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public class QuickTourAdmin {
3939 * Run this main method to see the output of this quick example.
4040 *
4141 * @param args takes an optional single argument for the connection string
42+ * @throws InterruptedException if a latch is interrupted
4243 */
4344 public static void main (final String [] args ) throws InterruptedException {
4445 MongoClient mongoClient ;
You can’t perform that action at this time.
0 commit comments