Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 0c267b6

Browse files
committed
Fix comment
1 parent f83c08b commit 0c267b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public CreateInstanceRequest addLabel(@Nonnull String key, @Nonnull String value
124124
* <p>Tags are a way to organize and govern resources across Google Cloud. Unlike labels,
125125
* Tags are standalone resources created and managed through the Resource Manager API.
126126
*
127-
* @see <a href="https://https://cloud.google.com/bigtable/docs/tags">For more details</a>
127+
* @see <a href="https://cloud.google.com/bigtable/docs/tags">For more details</a>
128128
*/
129129
@SuppressWarnings("WeakerAccess")
130130
public CreateInstanceRequest addTag(@Nonnull String key, @Nonnull String value) {

0 commit comments

Comments
 (0)