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 0a59620 commit c3e808dCopy full SHA for c3e808d
gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/QueryJobInfo.java
@@ -53,8 +53,8 @@ public enum Priority {
53
54
/**
55
* Query is queued and started as soon as idle resources are available, usually within a few
56
- * minutes. If a {@link Priority#BATCH} query hasn't started within 3 hours, its priority is
57
- * changed to {@link Priority#INTERACTIVE}.
+ * minutes. If the query hasn't started within 3 hours, its priority is changed to
+ * {@link Priority#INTERACTIVE}.
58
*/
59
BATCH
60
}
0 commit comments