Skip to content

Commit 106cffd

Browse files
authored
fix javadoc link (#3094)
1 parent 4cd36a0 commit 106cffd

File tree

1 file changed

+2
-1
lines changed
  • google-cloud-spanner/src/main/java/com/google/cloud/spanner

1 file changed

+2
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public abstract class Value implements Serializable {
6565
* <p>When reading the value stored in such a column, the value returned is an actual timestamp
6666
* corresponding to the commit time of the transaction, which has no relation to this placeholder.
6767
*
68-
* @see https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics
68+
* @see <a href="https://cloud.google.com/spanner/docs/transactions#rw_transaction_semantics">
69+
* Transaction Semantics</a>
6970
*/
7071
public static final Timestamp COMMIT_TIMESTAMP = Timestamp.ofTimeMicroseconds(0L);
7172

0 commit comments

Comments
 (0)