Skip to content

Commit be54f08

Browse files
committed
lower case tags
1 parent d8c6d53 commit be54f08

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)