We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd36a0 commit 106cffdCopy full SHA for 106cffd
google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java
@@ -65,7 +65,8 @@ public abstract class Value implements Serializable {
65
* <p>When reading the value stored in such a column, the value returned is an actual timestamp
66
* corresponding to the commit time of the transaction, which has no relation to this placeholder.
67
*
68
- * @see https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics
+ * @see <a href="https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics">
69
+ * Transaction Semantics</a>
70
*/
71
public static final Timestamp COMMIT_TIMESTAMP = Timestamp.ofTimeMicroseconds(0L);
72
0 commit comments