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.
2 parents 7dcb5d2 + 401a37c commit 749c70eCopy full SHA for 749c70e
include/cassandra.h
@@ -11006,8 +11006,6 @@ cass_uuid_from_string_n(const char* str,
11006
* Creates a new server-side timestamp generator. This generator allows Cassandra
11007
* to assign timestamps server-side.
11008
*
11009
- * <b>Note:</b> This is the default timestamp generator.
11010
- *
11011
* @cassandra{2.1+}
11012
11013
* @public @memberof CassTimestampGen
@@ -11036,7 +11034,7 @@ cass_timestamp_gen_server_side_new();
11036
11034
* instance.
11037
11035
11038
* <b>Note:</b> This generator is thread-safe and can be shared by multiple
11039
- * sessions.
+ * sessions. It is the default timestamp generator.
11040
11041
11042
0 commit comments