Skip to content

Commit 749c70e

Browse files
authored
Merge pull request #105 from SeverinLeonhardt/fix_default_timestamp_generator_comment
Fix comment on default timestamp generator
2 parents 7dcb5d2 + 401a37c commit 749c70e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/cassandra.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11006,8 +11006,6 @@ cass_uuid_from_string_n(const char* str,
1100611006
* Creates a new server-side timestamp generator. This generator allows Cassandra
1100711007
* to assign timestamps server-side.
1100811008
*
11009-
* <b>Note:</b> This is the default timestamp generator.
11010-
*
1101111009
* @cassandra{2.1+}
1101211010
*
1101311011
* @public @memberof CassTimestampGen
@@ -11036,7 +11034,7 @@ cass_timestamp_gen_server_side_new();
1103611034
* instance.
1103711035
*
1103811036
* <b>Note:</b> This generator is thread-safe and can be shared by multiple
11039-
* sessions.
11037+
* sessions. It is the default timestamp generator.
1104011038
*
1104111039
* @cassandra{2.1+}
1104211040
*

0 commit comments

Comments
 (0)