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

Commit e148b75

Browse files
committed
fix style
1 parent ce6c3fc commit e148b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/src/main/java/com/example/bigquery/QueryJobOptional.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void queryJobOptional(String query) {
4545
// Initialize client that will be used to send requests. This client only needs
4646
// to be created once, and can be reused for multiple requests.
4747
BigQueryOptions options = BigQueryOptions.getDefaultInstance();
48-
options.setDefaultJobCreationMode(QueryJobConfiguration.JobCreationMode.JOB_CREATION_OPTIONAL);
48+
options.setDefaultJobCreationMode(JobCreationMode.JOB_CREATION_OPTIONAL);
4949
BigQuery bigquery = options.getService();
5050

5151
// Execute the query. The returned TableResult provides access information

0 commit comments

Comments
 (0)