Skip to content

Commit 6e6b187

Browse files
committed
update comment
1 parent a39d7dc commit 6e6b187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public static void simpleApp(String projectId) {
6969
throw new RuntimeException("Job no longer exists");
7070
} else if (queryJob.getStatus().getExecutionErrors() != null
7171
&& queryJob.getStatus().getExecutionErrors().size() > 0) {
72-
// TODO(developer): Handle errors here. Notice that an error do not necessarily mean
73-
// that the job has completed or was unsuccessful.
72+
// TODO(developer): Handle errors here. An error here do not necessarily mean that the job
73+
// has completed or was unsuccessful.
7474
// For more details: https://cloud.google.com/bigquery/troubleshooting-errors
7575
throw new RuntimeException("An unhandled error has occurred");
7676
}

0 commit comments

Comments
 (0)