Skip to content

Commit c9f0a91

Browse files
committed
lower case tags
1 parent 6391f9c commit c9f0a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public InstanceAdminExample(String projectId, String instanceId, String clusterI
8787

8888
public void run() {
8989
createProdInstance();
90-
/* * OPTIONAL: Testing with Tags
90+
/* * OPTIONAL: Testing with tags
9191
* If you want to test creating an instance with resource tags, comment out
9292
* createProdInstance() above and uncomment createProdInstanceWithTags() below.
9393
*/

0 commit comments

Comments
 (0)