Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 5feb2a3

Browse files
committed
lint
1 parent f3e4215 commit 5feb2a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,7 @@ TableResult listTableData(
14901490
*
14911491
* <p>Example of running a query.
14921492
*
1493-
* <pre>
1494-
* {@code
1493+
* <pre>{@code
14951494
* // BigQuery bigquery = BigQueryOptions.getDefaultInstance().getService();
14961495
* String query = "SELECT corpus FROM `bigquery-public-data.samples.shakespeare` GROUP BY corpus;";
14971496
* QueryJobConfiguration queryConfig = QueryJobConfiguration.newBuilder(query).build();

0 commit comments

Comments
 (0)