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 40
40
import static org .bson .codecs .configuration .CodecRegistries .fromRegistries ;
41
41
42
42
/**
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
44
44
*/
45
45
public class PojoQuickTour {
46
46
/**
Original file line number Diff line number Diff line change 56
56
import static java .util .Collections .singletonList ;
57
57
58
58
/**
59
- * The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
59
+ * The QuickTour code example
60
60
*/
61
61
public class QuickTour {
62
62
/**
Original file line number Diff line number Diff line change 33
33
import static com .mongodb .client .model .Filters .text ;
34
34
35
35
/**
36
- * The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
36
+ * The QuickTourAdmin code example
37
37
*/
38
38
public class QuickTourAdmin {
39
39
/**
Original file line number Diff line number Diff line change 39
39
import static org .bson .codecs .configuration .CodecRegistries .fromRegistries ;
40
40
41
41
/**
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
43
43
*/
44
44
public class PojoQuickTour {
45
45
/**
Original file line number Diff line number Diff line change 54
54
import static java .util .Collections .singletonList ;
55
55
56
56
/**
57
- * The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
57
+ * The QuickTour code example
58
58
*/
59
59
public class QuickTour {
60
60
/**
Original file line number Diff line number Diff line change 29
29
import static com .mongodb .client .model .Filters .text ;
30
30
31
31
/**
32
- * The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
32
+ * The QuickTourAdmin code example
33
33
*/
34
34
public class QuickTourAdmin {
35
35
/**
You can’t perform that action at this time.
0 commit comments