Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <b>Note:</b> This is the default timestamp generator.
*
* @cassandra{2.1+}
*
* @public @memberof CassTimestampGen
Expand Down Expand Up @@ -10969,7 +10967,7 @@ cass_timestamp_gen_server_side_new();
* instance.
*
* <b>Note:</b> This generator is thread-safe and can be shared by multiple
* sessions.
* sessions. It is the default timestamp generator.
*
* @cassandra{2.1+}
*
Expand Down