Skip to content

Commit f180e2f

Browse files
chore: remove get_job region tag from BasicJobSample.java (#9399)
1 parent 0f62a38 commit f180e2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/src/main/java/com/google/samples/BasicJobSample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static Job createJob(Job jobToBeCreated) throws IOException {
9797
// [END job_create_job]
9898

9999
// [START job_get_job]
100-
// [START get_job]
101100

102101
/** Get a job. */
103102
public static Job getJob(String jobName) throws IOException {
@@ -110,7 +109,6 @@ public static Job getJob(String jobName) throws IOException {
110109
throw e;
111110
}
112111
}
113-
// [END get_job]
114112
// [END job_get_job]
115113

116114
// [START update_job]

0 commit comments

Comments
 (0)