Skip to content

Commit c3e808d

Browse files
committed
Fix self reference in QueryJobInfo.Priority javadoc
1 parent 0a59620 commit c3e808d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/QueryJobInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public enum Priority {
5353

5454
/**
5555
* 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}.
56+
* minutes. If the query hasn't started within 3 hours, its priority is changed to
57+
* {@link Priority#INTERACTIVE}.
5858
*/
5959
BATCH
6060
}

0 commit comments

Comments
 (0)