From 401a37c8f41ba46e74a652a6eb1ca2fc0dff5aeb Mon Sep 17 00:00:00 2001 From: Severin Leonhardt Date: Thu, 19 Dec 2024 15:13:09 +0100 Subject: [PATCH] Fix comment on default timestamp generator When `cass_cluster_set_timestamp_gen` was introduced in 57d1a8afb0013a09345affdb7d633c292418912b the comment on the then default timestamp generator was added. The default was later changed in c705ea54a562a657248c7ff7b987b35c2fda2cc9 but this comment was missed in the adjustments of the documentation. --- include/cassandra.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/cassandra.h b/include/cassandra.h index 5fa1cd015..611d17961 100644 --- a/include/cassandra.h +++ b/include/cassandra.h @@ -10939,8 +10939,6 @@ cass_uuid_from_string_n(const char* str, * Creates a new server-side timestamp generator. This generator allows Cassandra * to assign timestamps server-side. * - * Note: This is the default timestamp generator. - * * @cassandra{2.1+} * * @public @memberof CassTimestampGen @@ -10969,7 +10967,7 @@ cass_timestamp_gen_server_side_new(); * instance. * * Note: This generator is thread-safe and can be shared by multiple - * sessions. + * sessions. It is the default timestamp generator. * * @cassandra{2.1+} *