File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
driver-async/src/examples/tour
driver-sync/src/examples/tour Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040import static org .bson .codecs .configuration .CodecRegistries .fromRegistries ;
4141
4242/**
43- * The POJO QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.5/getting-started-pojo
43+ * The POJO QuickTour code example
4444 */
4545public class PojoQuickTour {
4646 /**
Original file line number Diff line number Diff line change 5656import static java .util .Collections .singletonList ;
5757
5858/**
59- * The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
59+ * The QuickTour code example
6060 */
6161public class QuickTour {
6262 /**
Original file line number Diff line number Diff line change 3333import static com .mongodb .client .model .Filters .text ;
3434
3535/**
36- * The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
36+ * The QuickTourAdmin code example
3737 */
3838public class QuickTourAdmin {
3939 /**
Original file line number Diff line number Diff line change 3939import static org .bson .codecs .configuration .CodecRegistries .fromRegistries ;
4040
4141/**
42- * The POJO QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.5/getting-started-pojo
42+ * The POJO QuickTour code example
4343 */
4444public class PojoQuickTour {
4545 /**
Original file line number Diff line number Diff line change 5454import static java .util .Collections .singletonList ;
5555
5656/**
57- * The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
57+ * The QuickTour code example
5858 */
5959public class QuickTour {
6060 /**
Original file line number Diff line number Diff line change 2929import static com .mongodb .client .model .Filters .text ;
3030
3131/**
32- * The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
32+ * The QuickTourAdmin code example
3333 */
3434public class QuickTourAdmin {
3535 /**
You can’t perform that action at this time.
0 commit comments