Skip to content

Commit

Permalink
Rename imports region tag.
Browse files Browse the repository at this point in the history
It's allowed to include imports with create_client region tag, but it looks weird when actually included in the docs.
  • Loading branch information
tswast authored Jun 28, 2017
1 parent 49adaf6 commit 7434b80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.example.bigquery;

// [START all]
// [START create_client]
// [START imports]
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQueryOptions;
import com.google.cloud.bigquery.FieldValue;
Expand All @@ -30,7 +30,7 @@

import java.util.List;
import java.util.UUID;
// [END create_client]
// [END imports]

public class SimpleApp {
public static void main(String... args) throws Exception {
Expand Down

0 comments on commit 7434b80

Please sign in to comment.