Skip to content

Commit 7434b80

Browse files
authored
Rename imports region tag.
It's allowed to include imports with create_client region tag, but it looks weird when actually included in the docs.
1 parent 49adaf6 commit 7434b80

File tree

1 file changed

+2
-2
lines changed
  • bigquery/cloud-client/src/main/java/com/example/bigquery

1 file changed

+2
-2
lines changed

bigquery/cloud-client/src/main/java/com/example/bigquery/SimpleApp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.example.bigquery;
1818

1919
// [START all]
20-
// [START create_client]
20+
// [START imports]
2121
import com.google.cloud.bigquery.BigQuery;
2222
import com.google.cloud.bigquery.BigQueryOptions;
2323
import com.google.cloud.bigquery.FieldValue;
@@ -30,7 +30,7 @@
3030

3131
import java.util.List;
3232
import java.util.UUID;
33-
// [END create_client]
33+
// [END imports]
3434

3535
public class SimpleApp {
3636
public static void main(String... args) throws Exception {

0 commit comments

Comments
 (0)