We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d1d83 commit de1e3c8Copy full SHA for de1e3c8
google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java
@@ -16,9 +16,9 @@
16
17
package com.google.cloud.bigquery;
18
19
-import static java.net.HttpURLConnection.HTTP_NOT_FOUND;
20
import static com.google.cloud.RetryHelper.runWithRetries;
21
import static com.google.common.base.Preconditions.checkArgument;
+import static java.net.HttpURLConnection.HTTP_NOT_FOUND;
22
23
import com.google.api.core.InternalApi;
24
import com.google.api.gax.paging.Page;
0 commit comments