Skip to content

Commit

Permalink
chore: fix code snippet (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Mar 22, 2023
1 parent 42cffdc commit d714b72
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -23,9 +23,6 @@
* CreateTable.java</a>.
*
* <pre>{@code
* try {
* // Initialize client that will be used to send requests. This client only needs to be created
* // once, and can be reused for multiple requests.
* BigQuery bigquery = BigQueryOptions.getDefaultInstance().getService();
*
* TableId tableId = TableId.of(datasetName, tableName);
Expand All @@ -34,9 +31,6 @@
*
* bigquery.create(tableInfo);
* System.out.println("Table created successfully");
* } catch (BigQueryException e) {
* System.out.println("Table was not created. \n" + e.toString());
* }
* </pre>
*
* @see <a href="https://cloud.google.com/bigquery/">Google Cloud BigQuery</a>
Expand Down

0 comments on commit d714b72

Please sign in to comment.