Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public abstract class Value implements Serializable {
* <p>When reading the value stored in such a column, the value returned is an actual timestamp
* corresponding to the commit time of the transaction, which has no relation to this placeholder.
*
* @see https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics
* @see <a href="https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics">
* Transaction Semantics</a>
*/
public static final Timestamp COMMIT_TIMESTAMP = Timestamp.ofTimeMicroseconds(0L);

Expand Down